home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / 1152 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.4 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!csus.edu!netcom.com!ekman
  2. From: ekman@netcom.com (Crossly the Glad-Eyed Bear)
  3. Newsgroups: comp.text
  4. Subject: Re: text compression
  5. Message-ID: <k#+nkmc.ekman@netcom.com>
  6. Date: 22 Aug 92 02:08:57 GMT
  7. References: <cass8806.259@elan.glassboro.edu>
  8. Organization: Home for the Terminally Infirm
  9. Lines: 23
  10.  
  11. In article <cass8806.259@elan.glassboro.edu> cass8806@elan.glassboro.edu (KYLE CASSIDY) writes:
  12. >
  13. >    while ftping i frequently see programs with the .z suffix, which i 
  14. >assume is some type of text compression. what is is? and what do i need to 
  15. >de-arc something compressed with it?
  16.  
  17. Files with the .z suffix have been compressed with the 'pack' program,
  18. which uses Huffman coding.  They can be uncompressed with 'unpack',
  19. which replaces the compressed file with its uncompressed form.  There is
  20. also the program 'pcat', which uncompresses .z files and sends the
  21. result to standard output.
  22.  
  23. Files with the .Z suffix have been compressed with the 'compress'
  24. program, which uses the Lempel-Ziv compression method.  They can be
  25. uncompressed with 'uncompress'.  There is also a 'zcat' program, which
  26. is the analog of 'pcat' for these files.
  27.  
  28. The 'pack' and 'compress' programs are generally available on Unix
  29. systems, and may be available on other systems, but I don't know which
  30. ones may have them.
  31. -- 
  32. Crossly the Glad-Eyed Bear              ekman@netcom.com
  33. Home for the Terminally Infirm, Redwood City, California
  34.