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
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
Which command is used to clear the screen?
what is the fastest way to enter a series of commands from the command-line in linux
Why is it called bash?
What are commands in grammar?
What are the basic commands for user management?
How do I create a .txt file?
How do I run bash on windows?
Explain difference between nfs soft and hard mouniting points?
How can we increase disk read performance in single command in Linux?
Explain getopts command of linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What does uname command do?
What command should you use to check your file system?
What is p command?