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 does grep command do?
What is df command in unix?
How can we increase disk read performance in single command in Linux?
How do I create a .txt file?
How do you create a text file in linux?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How is grep so fast?
How can I delete a file in linux?
What is the fastest way to enter a series of commands from the command-line?
Find command can search for files by
What is clang llvm?
Who command in linux?
How to recover /etc/passwd file and /etc/shadow file?
How do I check my cpu cores?
How commands work in linux?