home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 201.lha / mash.readme < prev    next >
Text File  |  1988-12-27  |  1KB  |  26 lines

  1.   MASH is a small, fast Lempel-Ziv file compression utility compatible with
  2. the UN*X "Compress" utility.  MASH is designed to compress and decompress
  3. Amiga text and binary files.  While MASH is not a file archiver like ARC, it
  4. does compress individual files at least as well as ARC, and up to
  5. seven times faster!  Decompression is similarly quick.  MASH'ed files are
  6. easy to spot -- they have a ".Z" suffix.  You can decompress files
  7. that have been compressed on UN*X using the "compress -b14 <file>" command,
  8. and files produced by Steve Drew's hard disk backup utility, SDBackUp.
  9.  
  10.   To compress a file named "foo", producing a file named "foo.Z", type:
  11.     1> mash foo
  12.  
  13.   To decompress a file named "foo.Z" to "foo", type:
  14.     1> mash -d foo.Z
  15.  
  16.   MASH allows multiple filenames, and when decompressing files, the ".Z"
  17. suffix is optional.  For a list of command line options, type "mash" by
  18. itself.
  19.  
  20.   If you need to compress seldom used files and ARC is just plain overkill,
  21. or if you need to download lots of bytes from a UN*X host, MASH may be the
  22. answer.  Besides, MASH is FreeWare, as opposed to GuiltWare.
  23.  
  24.        Enjoy!
  25.  Justin V. McCormick
  26.