Wednesday 15 May 2013

Gunzip a file on linux

Problem: To zip a file on linux we can use utility like gzip

Solutiongzip -c trace.txt > trace.gz
The above command will compress the file trace.txt

No comments:

Post a Comment