home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / misc / 5193 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!gatech!hubcap!opusc!usceast!sunderma
  3. From: sunderma@cs.scarolina.edu (Jack Sunderman)
  4. Subject: Re: .Z files ---->what are they, what do I do with them?
  5. Message-ID: <sunderma.716229374@acacia.cs.scarolina.edu>
  6. Sender: usenet@usceast.cs.scarolina.edu (USENET News System)
  7. Organization: USC  Department of Computer Science
  8. References: <1992Sep9.211050.24459@magnus.acs.ohio-state.edu> <1992Sep10.161628.14830@msuinfo.cl.msu.edu> <1992Sep10.224012.25288@cbnewsm.cb.att.com>
  9. Distribution: usa
  10. Date: 11 Sep 92 16:36:14 GMT
  11. Lines: 24
  12.  
  13. evans1@cbnewsm.cb.att.com (Dan Evans) writes:
  14.  
  15. >In article <1992Sep10.161628.14830@msuinfo.cl.msu.edu> chena@crs.cl.msu.edu (Antony Chen) writes:
  16. >>
  17. >>The 'Z' is the compression from Unix.  Type:  'uncompress youngones.Z'
  18. >>That'll get rid of the 'Z' and you can download it then to your PC.  The thing
  19. >>is that if they compressed it using Unix, they might be telling you that it's
  20. >>a Unix file.  Hope this helps...
  21.  
  22. >What about the files on SIMTEL20 (and elsewhere) that have a .tar.Z extension?
  23. >Is there additional processing besides the decompression?
  24. >-- 
  25.  
  26. Anthony,
  27.  
  28.     Now it sounds like you are really dealing with some unix software. As
  29. mentioned before the .Z is for the uncompress command. the .tar is
  30. created by using the tar command in unix. You should be able to do a man
  31. tar command to get the full explaination of tar. But the easiest way to
  32. un-tar the file is with the following command: tar -vfox filename.tar
  33. This should extract all the files from the .tar file and create the
  34. proper subdir too. Hope this helps too....
  35.  
  36. Jack
  37.