14,957
edits
| Line 102: | Line 102: | ||
* {{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 | ||
* [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}} | |||
decompress | decompress | ||