home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / compress.txt < prev    next >
Text File  |  1997-09-22  |  1KB  |  38 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR COMPRESS:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: compress - Compresses and expands data files
  6.  
  7. Version: not stated
  8.  
  9. Author(s):
  10.  
  11.     Spencer W. Thomas       <spencer@umich.edu>
  12.     Jim McKie               <jmk@bell-labs.com>
  13.     Steve Davies            <decvax!vax135!petsd!peora!srd>
  14.     Ken Turkowski           <KenTurkowski@acm.org>
  15.     James A. Woods          <decvax!ihnp4!ames!jaw>
  16.     Joe Orost               <decvax!vax135!petsd!joe>
  17.  
  18. On the CD-ROM in: goodies/compress.tar
  19.  
  20. Ftp source: ftp.uu.net:/systems/unix/bsd-sources/usr.bin/compress/
  21.  
  22. Size on the CD: 41 KB (compressed)
  23.  
  24. Description:
  25.  
  26.     Compress reduces the size of the named files using adaptive Lempel-Ziv
  27.     coding.  Whenever possible, each file is replaced by one with the exten-
  28.     sion .Z, while keeping the same ownership modes, access and modification
  29.     times.  If no files are specified, the standard input is compressed to
  30.     the standard output.  Compressed files can be restored to their original
  31.     form using uncompress or zcat
  32.     
  33.     -- Quoted from the manpage in the compress distribution.
  34.  
  35. Advertised architectures: Not listed.
  36.  
  37. Prerequisites: C compiler, Berkeley "mandoc" macros, and Berkeley make
  38.