home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / chinese / text / 1301 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!das.wang.com!ulowell!m2c!bu.edu!stanford.edu!agate!spool.mu.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ehsn15.cen.uiuc.edu!mh11059
  2. From: mh11059@ehsn15.cen.uiuc.edu (Min Hua)
  3. Newsgroups: alt.chinese.text
  4. Subject: Re: Help for decomposing .tar files
  5. Message-ID: <C1HJtn.oA@news.cso.uiuc.edu>
  6. Date: 26 Jan 93 23:56:11 GMT
  7. References: <6747@pdxgate.UUCP> <93024.123132IO11043@MAINE.MAINE.EDU>
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Organization: University of Illinois at Urbana
  10. Lines: 31
  11.  
  12. Robert Pan <IO11043@MAINE.MAINE.EDU> writes:
  13.  
  14. >In article <6747@pdxgate.UUCP>, tan@rigel.cs.pdx.edu (Tan Shuming) says:
  15. >>
  16. >>I got some .tar files from public domain and want to extract the files out.
  17. >>But I failed to do it. My system always say the device /dev/rmt8 does not
  18. >>exist. Could someone give me the correct steps how to do the job.
  19. >>
  20. >>Thanks in advance.
  21. >>
  22. >>
  23.  
  24. >Try this one:
  25.  
  26. >tar -xvf file.tar
  27. >=========================================================================
  28. >Robert Pan                  Voice: (207) 581-2298(Office), 827-8823(Home)
  29. >                              Fax: (207) 581-2323
  30. >1 Hayes St.              Internet: io11043@maine.maine.edu
  31. >Old Town, ME 04468-1117    Bitnet: io11043@maine
  32.  
  33.  
  34. If you try to extract a single file from the tar.file, try the following steps:
  35.  
  36. [1]  First, use the following command to list the content of the tar.file:
  37.  
  38.      tar -tf file.tar 
  39.  
  40. [2]  Then, use the following command to extract the file you want:
  41.  
  42.      tar -xvf file.tar filename
  43.