home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12756 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  969 b 

  1. Path: sparky!uunet!olivea!apple!apple!mlanett
  2. From: mlanett@Apple.COM (Mark Lanett)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: >.tar .Z formats?
  5. Message-ID: <70278@apple.Apple.COM>
  6. Date: 21 Jul 92 14:36:03 GMT
  7. References: <1992Jul20.174636.6934@cerritos.edu>
  8. Organization: Apple Computer Inc., Cupertino, CA
  9. Lines: 19
  10.  
  11. jacobs@cerritos.edu writes:
  12.  
  13. >I have been having problems with the european ftp sites.
  14.  
  15. >I keep finding files in the .tar .Z or .tar.Z formats.
  16.  
  17. >What utilites are used to make these compressions and where can I find them?
  18.  
  19. These are unix file formats. if you are on a unix box...
  20. foo.tar:    tar xf foo.tar
  21. foo.Z:        uncompress foo.Z
  22. foo.tar.Z    (both above or...)
  23.         zcat foo.tar.Z | uncompress
  24.  
  25. There are Mac tar and compress utilities on your favorite ftp server (like
  26. sumex, info-mac/util). Look for MacCompress and "Macintosh Tar".
  27. -- 
  28. Have a bajillion brilliant Jobsian lithium licks.
  29. Mark Lanett, NOT speaking for apple. Personal opinion only.
  30.