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

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!destroyer!ncar!mimbres.cs.unm.edu!cs.sandia.gov!jhgreen
  3. From: jhgreen@cs.sandia.gov (Jethro H. Greene)
  4. Subject: Re: how do I extract rzsz9202.tar-z?
  5. Message-ID: <1993Jan18.001123.16366@cs.sandia.gov>
  6. Keywords: tar
  7. Sender: usenet@cs.sandia.gov (Another name for news)
  8. Organization: Sandia National Laboratories, Albuquerque, NM
  9. References: <93Jan17.180508.25956@acs.ucalgary.ca>
  10. Distribution: na
  11. Date: Mon, 18 Jan 93 00:11:23 GMT
  12. Lines: 17
  13.  
  14. In article <93Jan17.180508.25956@acs.ucalgary.ca> grady@acs.ucalgary.ca (A. Brian Grady) writes:
  15. >I got the file rzsz9202.tar-z from the SIMTEL archives, but when 
  16. >I run "tar -xf filename" it seems to find the wrong # of bytes in
  17. >the file.  What do I need to do?
  18.  
  19. filename.Z means that filname is compressed.  Type:
  20.  
  21.     uncompress filename
  22.     tar -xf filname
  23.  
  24. (Also, be sure that you typed binary before you FTPed it.)
  25.  
  26. -- 
  27. Jethro H. Greene
  28. Massively Parallel Computing Research Laboratory,
  29. Sandia National Laboratories, Albuquerque, New Mexico
  30.  
  31.