diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-17 16:34:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-17 16:34:48 +0000 |
commit | 79b33ddaf4b58623412f549827c357e47df65082 (patch) | |
tree | 7fa48e261494581880df3bb874622e295f5ec4be /usr.bin | |
parent | 02fc2227010abbc7f2ea42e45532802ba0231f68 (diff) |
mention zcat
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/compress.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index bd938122aad..55d1546b880 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.11 2000/03/23 21:10:15 aaron Exp $ +.\" $OpenBSD: compress.1,v 1.12 2001/06/17 16:34:47 mickey Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -55,6 +55,9 @@ .Op Fl cftoqv .Op Fl o Ar filename .Op Ar +.Nm zcat +.Op Fl fq +.Op Ar .Sh DESCRIPTION The .Nm @@ -78,6 +81,13 @@ files by removing the .Dq .Z extension. .Pp +The +.Nm zcat +is equivalent, by it's functionality, to +.Nm uncompress +.Fl c +command. +.Pp If renaming the files would cause files to be overwritten and the standard input device is a terminal, the user is prompted (on the standard error output) for confirmation. |