Differences between version 14 and previous revision of zcat(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 14 | Last edited on Tuesday, May 4, 2004 10:47:27 am | by zcat(1) | Revert |
Older page: | version 13 | Last edited on Tuesday, May 4, 2004 10:46:07 am | by zcat(1) | Revert |
@@ -1,5 +1,5 @@
-__Note:__ "zcat" is also the nickname of BruceKingsbury. ([homepage|http:/zcat.wired.net.nz/])
+__Note:__ "zcat" is also the nickname of BruceKingsbury. ([homepage|http:/
/zcat.wired.net.nz/])
----
__zcat__ is used for decompressing ".gz" zipped files and writing them to standard output. It behaves exactly as if you had typed "gzip -d -c" instead (-d decompresses, -c writes to stdout).