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
What is cpu utilization linux?
Why is unix used?
What is the command to check cpu speed in linux?
What does wc command do in unix?
How do I run a script in linux?
Why we use pwd command in linux?
What does c mean in linux?
How is grep so fast?
What is df command in unix?
What is kill 9 in linux?
What is linux load average?
Is llvm a virtual machine?
What is ulimit in linux?
What is grep command?
What is du -s * | sort -k1,1rn | head command used for?