How you will uncompress the file?

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


Please Help Members By Posting Answers For Below Questions

What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

527


How do you execute more than one command or program from a single command line entry?

555


How do I check disk space in bash?

491


How do I check my cpu speed?

517


How do I create a .txt file?

538






What is kill command?

507


What does kill in linux?

535


Explain the working of command grouping?

535


How does grep work in linux?

515


What is grep command?

529


How do I stress test my cpu?

534


How do you create a file in linux?

490


Brief about finger username?

560


Which command is used to uncompress gzip files?

587


How do I find command history in linux?

481