|
WARNING: This information has not been updated since October, 1997!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
INDEX ENTRY FOR COMPRESS:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Name: compress - Compresses and expands data files
Version: not stated
Author(s):
Spencer W. Thomas <spencer@umich.edu>
Jim McKie <jmk@bell-labs.com>
Steve Davies <decvax!vax135!petsd!peora!srd>
Ken Turkowski <KenTurkowski@acm.org>
James A. Woods <decvax!ihnp4!ames!jaw>
Joe Orost <decvax!vax135!petsd!joe>
Ftp source: ftp.uu.net:/systems/unix/bsd-sources/usr.bin/compress/
Description:
Compress reduces the size of the named files using adaptive Lempel-Ziv
coding. Whenever possible, each file is replaced by one with the exten-
sion .Z, while keeping the same ownership modes, access and modification
times. If no files are specified, the standard input is compressed to
the standard output. Compressed files can be restored to their original
form using uncompress or zcat
-- Quoted from the manpage in the compress distribution.
Advertised architectures: Not listed.
Prerequisites: C compiler, Berkeley "mandoc" macros, and Berkeley make
|
|