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

  1. Path: sparky!uunet!mcsun!uknet!keele!news
  2. From: phd85@seq1.keele.ac.uk (D.H. Holden)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: untaring .tar-z files
  5. Message-ID: <Bz8uMz.9Kn@gabriel.keele.ac.uk>
  6. Date: 14 Dec 92 10:04:10 GMT
  7. References: <20009@ucdavis.ucdavis.edu>
  8. Sender: news@gabriel.keele.ac.uk (UseNet News Service)
  9. Organization: Keele University, England
  10. Lines: 51
  11. Nntp-Posting-Host: seq1.cc.keele.ac.uk
  12.  
  13. From article <20009@ucdavis.ucdavis.edu>, by ez006159@chip.ucdavis.edu (Logjam):
  14. > In article <1992Dec5.145930.26110@gandalf.ca> mramsell@gandalf.ca (Mark Ramsell) writes:
  15. >>In <103812@bu.edu> fkao@bu.edu (Frank Kao) writes:
  16. >>
  17. >>>I am having problems untaring archived unix files with the .tar-z extensions.
  18. >>>Your help on this subject is very much appreciated.
  19. >>>thanks
  20. >>>fkao
  21. >>
  22. >>I assume you mean .z files.  You must uncompress the files before trying to
  23. >>untar them.  The command for .z files is 'unpack' and the command for .Z 
  24. >>files is 'uncompress'.  See 'man' for futher info.  See also 'pack' and 
  25. >>'compress'.
  26. > No, he means .tar-z  I just got some files from wuarchive.wustl.edu, and 
  27. > they are all done with tar-z.  Now what can I do with them?  They don't
  28. > respond to unpack, uncompress, or tar (or whatever)
  29. > So, what do you do?
  30.  
  31.      A bit of lateral thinking goes far:-
  32.  
  33.      mv name.tar-z   name.tar.Z
  34.      uncompress name.tar.Z
  35.      tar xvf name.tar
  36.  
  37.      da da....
  38.  
  39.  
  40.      I must admit I mail the operator of an ftp server that store
  41.      files this way and he said that it was becausew not all the
  42.      software was from unix boxes. Although I still does see the point
  43.      of it.
  44.  
  45.      Ps. there is and easier way than the above using unix redirection
  46.      facilities
  47.  
  48.        uncompress < name.tar-z | tar xv etc...
  49.  
  50.        something like that :)) you probably guessed I'm not a unix
  51.        guru.
  52.  
  53.  
  54.          Dave.
  55. --
  56.                                                                      
  57.  
  58. phd85@uk.ac.keele.seq1
  59. keele university. 
  60.