Computer Programming
Knowledge shared is knowledge multiplied
Wednesday, 15 May 2013
Gunzip a file on linux
Problem
: To zip a file on linux we can use utility like gzip
Solution
:
gzip -c trace.txt > trace.gz
The above command will compress the file trace.txt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment