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
How do I check terminal history?
In order to display the last five commands you have entered using the fc command, you would type?
What is clang llvm?
What does uname command do?
What is lsof command in linux?
How does diff command work?
How do I move to root in linux?
What is a ulimit in unix?
What does history command do in linux?
What is linux pwd (print working directory) command?
How do I check cores in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What is du -s * | sort -k1,1rn | head command used for?
What is makefile target?
What does grep grep do?