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

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!rpi!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!cwi.nl!dik
  2. From: dik@cwi.nl (Dik T. Winter)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: untaring .tar-z files
  5. Message-ID: <8329@charon.cwi.nl>
  6. Date: 13 Dec 92 16:32:52 GMT
  7. References: <20009@ucdavis.ucdavis.edu> <28074@optima.cs.arizona.edu>
  8. Sender: news@cwi.nl
  9. Organization: CWI, Amsterdam
  10. Lines: 18
  11.  
  12. In article <28074@optima.cs.arizona.edu> dsiegel@optima.UUCP (Dave Siegel) writes:
  13.  > From article <20009@ucdavis.ucdavis.edu>, by ez006159@chip.ucdavis.edu (Logjam):
  14.  > > No, he means .tar-z  I just got some files from wuarchive.wustl.edu, and 
  15.  > > they are all done with tar-z.  Now what can I do with them?  They don't
  16.  > > respond to unpack, uncompress, or tar (or whatever)
  17.  > > 
  18.  > $ mv filename.tar-z filename.tar.Z
  19.  > $ uncompress filename.tar
  20.  > $ tar -xvf filename.tar
  21.  > 
  22. zcat <filename.tar-z | tar -xvf -
  23.  or
  24. pcat <filename.tar-z | tar -xvf -
  25.  
  26. Depending on whether compress or pack has been used.
  27. -- 
  28. dik t. winter, cwi, kruislaan 413, 1098 sj  amsterdam, nederland
  29. home: bovenover 215, 1025 jn  amsterdam, nederland; e-mail: dik@cwi.nl
  30.