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

  1. Path: sparky!uunet!gatech!ncar!noao!arizona!optima.UUCP
  2. From: dsiegel@optima.UUCP (Dave Siegel)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: untaring .tar-z files
  5. Message-ID: <28074@optima.cs.arizona.edu>
  6. Date: 12 Dec 92 09:04:28 GMT
  7. References: <20009@ucdavis.ucdavis.edu>
  8. Sender: news@cs.arizona.edu
  9. Lines: 24
  10.  
  11. From article <20009@ucdavis.ucdavis.edu>, by ez006159@chip.ucdavis.edu (Logjam):
  12.  
  13. > No, he means .tar-z  I just got some files from wuarchive.wustl.edu, and 
  14. > they are all done with tar-z.  Now what can I do with them?  They don't
  15. > respond to unpack, uncompress, or tar (or whatever)
  16. > So, what do you do?
  17.  
  18. in unix..
  19.  
  20. $ mv filename.tar-z filename.tar.Z
  21. $ uncompress filename.tar
  22. $ tar -xvf filename.tar
  23.  
  24.  
  25. i got some benchmarks compressed like that once.  that's all I did.  Your mileage may vary.
  26.  
  27. -dave
  28.  
  29. --
  30. Dave Siegel                                   dsiegel@seagull.sky.tucson.az.us Computer Engr Maj, UofAz                      dsiegel@cs.arizona.edu
  31. Unix Systems, BioTec, UofAz                   dsiegel@biosci.arizona.edu       VP, Hardware and Computing Knowledge Society  dsiegel@hacks.arizona.edu
  32. ------------------------------------------------------------------------------
  33. "The opinions expressed herein are not necessarily those of my employer, not     necessarily mine, and probably not necessary."
  34.