Answer Posted / mrigendra singh
1.If compressed file name e.g xyz.tar then
tar -xvf xyz.tar
2. If compressed file name e.g xyz.bz2 then
bzip2 -d xyz.bz2
or
bunzip2 xyz.bz2
3. If compressed file name e.g xyz.gz then
gzip -d xyz.gz
or
gunzip xyz.gz
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does mkdir work in linux?
Which command puts a script to sleep untill a signal is recieved?
What is grep command?
How do I move to root in linux?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What is #!/ Bin sh?
What is mkdir?
What is the programming language for linux?
What is vnc?
What is netstat command in linux?
How much ram do I have linux?
What does comm do and how to use it?
What is a make target?
What is c++ makefile?
How do I find the process id in linux?