*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: uncompress | Section: 1 | Source: MINIX | File: uncompress.1
COMPRESS(1) General Commands Manual COMPRESS(1) NAME compress, uncompress, zcat - compress a file using modified Lempel-Ziv coding SYNOPSIS compress [-cdfv] [file] ... OPTIONS -c # Put output on stdout instead of on file.Z -d # Decompress instead of compress -f # Force output even if there is no saving -v # Verbose mode EXAMPLES compress <infile >outfile # Compress 1 file compress x y z # Compress 3 files to x.Z, y.Z, and z.Z compress -d file.Z # Decompress file.Z to file DESCRIPTION The listed files (or stdin, if none are given) are compressed using the Ziv-Lempel algorithm. If the output is smaller than the input, the output is put on file.Z or stdout if no files are listed. If compress is linked to uncompress, the latter is the same as giving the -d flag. Similarly, a link to zcat decompresses to stdout. The MINIX 3 version of compress uses 13-bit compression. This means that when compressing files on other systems for transmission to MINIX 3, be sure that only 13-bit compression is used. On many systems, the default is 16-bit (too big). SEE ALSO tar(1). COMPRESS(1)

Navigation Options