Differences between version 15 and predecessor to the previous major change of zcat(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 15 | Last edited on Wednesday, July 13, 2005 12:14:36 pm | by MattBrown | Revert |
Older page: | version 14 | Last edited on Tuesday, May 4, 2004 10:47:27 am | by zcat(1) | Revert |
@@ -1,6 +1,6 @@
__Note:__ "zcat" is also the nickname of BruceKingsbury. ([homepage|http://zcat.wired.net.nz/])
-
+<?plugin WlugLicenseAgreement hide=1 ?>
----
__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).
On most systems, zcat is a link to gzip, and gzip behaves differently based on what name it was executed as.