How you will uncompress the file?

Answer Posted / azim

for zipping particular file
gzip -v xyz.txt or bzip2 -v xyz.txt
for extracting zip file (.gz) or (.bz2)
gunzip -v xyz.txt.gz
or bunzip2 -v xyz.txt.gz

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

555


Is python faster than bash?

566


What does chmod 777 do?

582


Explain shift command of linux?

568


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

2271






What does free command do in linux?

578


How can you copy lines into the buffer in command mode?

557


Explain about refer?

534


What is gnu in linux?

525


Is cmake a compiler?

595


What is bash linux?

514


What is command grouping?

563


What is env command in linux?

507


What is the difference between clang and llvm?

557


What does (cd dir && command) do?

538