Linux commands: Difference between revisions

Jump to navigation Jump to search
m
Line 107: Line 107:
compress
compress
* {{kbd | key= <nowiki>pv big.file | gzip > big.file.gz</nowiki> }}({{Linux}})<ref>[http://www.catonmat.net/blog/unix-utilities-pipe-viewer/ A Unix Utility You Should Know About: Pipe Viewer - good coders code, great reuse]</ref> keep the original file
* {{kbd | key= <nowiki>pv big.file | gzip > big.file.gz</nowiki> }}({{Linux}})<ref>[http://www.catonmat.net/blog/unix-utilities-pipe-viewer/ A Unix Utility You Should Know About: Pipe Viewer - good coders code, great reuse]</ref> keep the original file
* {{kbd | key= gzip -v big.file}}({{Linux}}) NOT keep the original file
* {{kbd | key= gzip -v big.file}}({{Linux}}) NOT keep the original file. File name after compressed: big.file.gz
* [http://www.cyberciti.biz/faq/how-do-i-compress-a-whole-linux-or-unix-directory/ How do I Compress a Whole Linux or UNIX Directory?] for {{Linux}}
* [http://www.cyberciti.biz/faq/how-do-i-compress-a-whole-linux-or-unix-directory/ How do I Compress a Whole Linux or UNIX Directory?] for {{Linux}}


Navigation menu