home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ibm / pc / misc / 15819 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.4 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!yale!hsdndev!spdcc!merk!fcshome!fredex
  2. From: fredex@fcshome.UUCP (fred smith)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: Need help with ".Z" files...
  5. Message-ID: <9212142492@fcshome.UUCP>
  6. Date: 15 Dec 92 13:48:30 GMT
  7. References: <torresce.724340604@craft.camp.clarkson.edu>
  8. Organization: What?!? Absolutely none!
  9. Lines: 20
  10. X-Newsreader: TIN [version 1.1 PL7]
  11.  
  12. Alex "Mystic" Soto (torresce@craft.camp.clarkson.edu) wrote:
  13. : comptec91006@camins.camosun.bc.ca (Michael Botten) writes:
  14. : >This question doesn't really have much to do with this newsgroup, but I
  15. : >suspect someone here will know the answer.  So here goes nothing...
  16. : >What needs to be done to files ending in '.Z'  (eg. filename.ext.Z) to make
  17. : >them usable?  I assume they are archived.  I guess I just need to know the
  18. : >name of the archiver so I can get it from an FTP server somewhere.
  19. : Actually, doesn't .Z mean they are tar'ed?  I think compressed or packed is
  20. : small .z
  21. : If it is tared together, you will have to go into UNIX and untar it by
  22. : typing: tar xvf filename.ext.Z
  23. : In case I'm wrong, you can also do a 'man tar'
  24.  
  25. BUZZ!  sorry, the ".Z" extension is used by compress. The ".z" extension
  26. is used by pack. Files made with tar can have any ole extension you like,
  27. but by convention it's ".tar". Therefore, a compressed and tarred 
  28. archive would be "archive.tar.Z".
  29.