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 linux load average?
What does umask 077 mean?
How does grep work in linux?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is type command in linux?
What is parallel ssh?
What is tty name?
What is make command in linux?
What is option in linux command?
How do I check disk space in bash?
What is nbtstat command?
How do I do a whois search?
Who whoami linux?
How do I change shell in linux?
How can you check the amount of lines in a file?