home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15952 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!pacbell.com!tandem!UB.com!quack!dfox
  3. From: dfox@quack.sac.ca.us (David Fox)
  4. Subject: Re: how do I extract rzsz9202.tar-z?
  5. Message-ID: <fYs6a20@quack.sac.ca.us>
  6. Summary: rename them first 
  7. Keywords: tar zcat compress
  8. Organization: The Duck Pond public unix: +1 408 249 9630, log in as 'guest'.
  9. References: <93Jan17.180508.25956@acs.ucalgary.ca> <16447@hq.hq.af.mil> <1993Jan23.102802.13303@CSD-NewsHost.Stanford.EDU>
  10. Distribution: na
  11. Date: 26 Jan 1993 06:40:25 UTC
  12. Lines: 27
  13.  
  14. In article <1993Jan23.102802.13303@CSD-NewsHost.Stanford.EDU> schwim@Xenon.Stanford.EDU (Rosebud) writes:
  15.  
  16. >uncompress < rzsz9202.tar-z | tar xvf -
  17. >
  18. >Of course, it's probably simplest to download files from an archive
  19. >that has capital letters.  The lower case z extension is supposed to
  20. >be for pack not compress.
  21.  
  22. Actually, it's simplest to rename the file first to something reasonable like
  23. rzsz9202.tar.Z, then use:
  24.  
  25. tar -xzvf rzsz9202.tar.Z
  26.  
  27. to extract it. -z, if your tar has it, means to handle compressed files.
  28.  
  29. >-= Larry Schwimmer (schwim@xenon.stanford.edu)
  30.  
  31.  
  32. -- 
  33. ------------------------------------------------------------------------
  34. in real life: david fox            email: dfox@quack.sac.ca.us
  35. 5479 Castle Manor Drive,                  
  36. San Jose, CA 95129                 "Thanks for letting me change some
  37. USA                                 magnetic patterns on your HD" -me
  38. 408-253-7992                        
  39. "You've just won an absolutely FREE trip to the Isles of Langerhans" -me
  40. ------------------------------------------------------------------------
  41.