home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / apps / 1921 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news.mit.edu!jdell
  3. From: jdell@zenobia.mit.edu (John Ellithorpe)
  4. Subject: Re: Help me tar kermit.tar.z !
  5. In-Reply-To: sunjay@draco.rutgers.edu's message of 12 Sep 92 16:07:00 GMT
  6. Message-ID: <JDELL.92Sep14105703@zenobia.mit.edu>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: zenobia.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. References: <1992Sep12.110700.1@draco.rutgers.edu>
  11. Date: Mon, 14 Sep 1992 15:57:03 GMT
  12. Lines: 32
  13.  
  14. On 12 Sep 92 16:07:00 GMT, sunjay@draco.rutgers.edu said:
  15. > I thank everyone who responded to my question on where to find Kermit for SUN
  16. > I successfully downloaded the files from various sources but having problem 
  17. > when i try to run tar.
  18. >
  19. > Question ?   What does the z stand for in kermit.tar.z ?
  20. >          What parameters do I use with tar to extract this file ?  
  21. >
  22. > [..deleted..]
  23.  
  24. The .Z usually means that the file, in this case kermit.tar, has been
  25. compressed.  So you must uncompress the file before you can extract the
  26. contents of the tar file:
  27.  
  28.     % uncompress kermit.tar.Z
  29.  
  30. which then give you the file, kermit.tar.  Now you can extract the contents
  31. of the tar file.
  32.  
  33.     % tar xvf kermit.tar
  34.  
  35. and away you go, into the world of kermit.  Hope this helps,
  36.  
  37. John
  38. --
  39.  
  40. ===============================================================================
  41. John Ellithorpe                           | Internet: jdell@maggie.mit.edu
  42. Dept. of Physics, Rm 26-349               | Phone   : (617) 253-3074  Office
  43. Massachusetts Institute of Technology     |           (617) 253-3072  Lab
  44. Cambridge, MA  02139                      |           (617) 236-4910  Home
  45. ===============================================================================
  46.