home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / misc / 3524 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.9 KB  |  56 lines

  1. Newsgroups: comp.unix.misc
  2. Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!math.utah.edu!news.math.utah.edu!c-amb
  3. From: c-amb@math.utah.edu (Mark B. Alston)
  4. Subject: Re: Help: *.tar.Z
  5. Sender: news@math.utah.edu
  6. Date: Sat, 5 Sep 1992 17:23:27 GMT
  7. References: <4SEP199214143882@envmsa.eas.asu.edu> <Bu3Ax2.Hr1@mail.boi.hp.com>
  8. In-Reply-To: cedler@boi.hp.com's message of Sat, 5 Sep 1992 05: 22:14 GMT
  9. Organization: Department of Mathematics, University of Utah
  10. Message-ID: <C-AMB.92Sep5102327@solitude.math.utah.edu>
  11. Lines: 43
  12.  
  13.  
  14. Marbun,Leo P (marbun@envmsa.eas.asu.edu) wrote:
  15. >: Hi,
  16. >: 
  17. >: I was trying to get some programs from anonymous ftp sites, and found out
  18. >: that most files for unix are under *.tar.Z name. Please let me know how
  19. >: to make the files executable? Do I need a tar.Z archiver? I can't seem to
  20. >: find it in the ftp site. Let me know where I could get the proper archiver
  21. >: (Unix that I run is Ultrix version).
  22. >: 
  23. >:
  24. > Thanks.
  25. >: 
  26. >: Leo.
  27. >: 
  28. >
  29. >Those files are both compressed and tar-ed, I believe.  You need to first
  30. >run ucompress on them (the Z suffix indicates that they were lastly 
  31. >compressed), and then un-archive them using tar.
  32. >
  33. >-Chris
  34. >
  35. >--
  36. >Christopher Edler                Hewlett-Packard Company    
  37. >cedler@boi.hp.com                Boise, Idaho USA
  38. >
  39.  
  40. Or, if your tar supports it, you can add the 'z' flag to your tar
  41. command.  This tells tar to uncompress the file before untaring it.
  42. The command line I use most is 'tar zxvf <filename>' "z" to uncompress
  43. the file, "x" to tell tar that I am eXtracting the files in the
  44. archive, "v" to get a Verbose report, and "f" to tell tar that the
  45. next thing I type is the archives filename.
  46. --
  47. --------------------------------------------------------
  48.   Mark Alston        
  49.   c-amb@math.utah.edu
  50.        
  51. "Never knew a decent man who liked mathematics."
  52.             - Bonnie Abbzug-Sarvis
  53.               Hayduke Lives!
  54. ---------------------------------------------------------
  55.  
  56.