home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / question / 14641 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  1.0 KB

  1. Path: sparky!uunet!think.com!yale.edu!yale!gumby!wmichgw!873clifton
  2. From: 873clifton@gw.wmich.edu
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: reading .lzh files
  5. Message-ID: <1992Dec12.225936.6936@gw.wmich.edu>
  6. Date: 12 Dec 92 22:59:36 EST
  7. References: <92Dec12.001240est.48007@neat.cs.toronto.edu>
  8. Distribution: na
  9. Organization: Western Michigan University
  10. Lines: 13
  11.  
  12. In article <92Dec12.001240est.48007@neat.cs.toronto.edu>, veatch@cs.toronto.edu (Tim Veatch) writes:
  13. > I just got a .lzh file via ftp and don't know what it is.
  14. > I'm guessing it is a compressed file from an Amiga.
  15. > What tool do I need to uncompress it under unix?`
  16. > I tried "uncompress" with no luck.
  17.  
  18. .lzh files are archives similar in nature to .zip and .zoo files. Compress only
  19. works for individual files while zip/zoo/lzh work with multiple files. The 
  20. creator/extractor program is out of japan and in the public domain. There are
  21. many versions floating around, usually called lha or lharc. Search archie, you
  22. may have to recompile from source for an executable that works at your site.
  23.  
  24. /D 
  25.