Differences between version 13 and revision by previous author of zcat(1).
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Tuesday, May 4, 2004 10:46:07 am | by zcat(1) | Revert |
Older page: | version 12 | Last edited on Thursday, April 15, 2004 8:00:37 pm | by AdamPippin | Revert |
@@ -1,5 +1,5 @@
-__Note:__ "zcat" is also the nickname of BruceKingsbury.
+__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).
@@ -28,4 +28,5 @@
Another example (make sure to have your speakers on!):
$ zcat /vmlinuz > /dev/audio
+(BruceKingsbury notes; this is a pointless example at best, the difference between compressed and uncompressed executable code, or /dev/urandom for that matter, piped into /dev/audio is fairly insignificant. Also; zcat: /boot/vmlinuz-2.6.5: not in gzip format)