home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.misc
- Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!math.utah.edu!news.math.utah.edu!c-amb
- From: c-amb@math.utah.edu (Mark B. Alston)
- Subject: Re: Help: *.tar.Z
- Sender: news@math.utah.edu
- Date: Sat, 5 Sep 1992 17:23:27 GMT
- References: <4SEP199214143882@envmsa.eas.asu.edu> <Bu3Ax2.Hr1@mail.boi.hp.com>
- In-Reply-To: cedler@boi.hp.com's message of Sat, 5 Sep 1992 05: 22:14 GMT
- Organization: Department of Mathematics, University of Utah
- Message-ID: <C-AMB.92Sep5102327@solitude.math.utah.edu>
- Lines: 43
-
-
- Marbun,Leo P (marbun@envmsa.eas.asu.edu) wrote:
- >: Hi,
- >:
- >: I was trying to get some programs from anonymous ftp sites, and found out
- >: that most files for unix are under *.tar.Z name. Please let me know how
- >: to make the files executable? Do I need a tar.Z archiver? I can't seem to
- >: find it in the ftp site. Let me know where I could get the proper archiver
- >: (Unix that I run is Ultrix version).
- >:
- >:
- > Thanks.
- >:
- >: Leo.
- >:
- >
- >Those files are both compressed and tar-ed, I believe. You need to first
- >run ucompress on them (the Z suffix indicates that they were lastly
- >compressed), and then un-archive them using tar.
- >
- >-Chris
- >
- >--
- >Christopher Edler Hewlett-Packard Company
- >cedler@boi.hp.com Boise, Idaho USA
- >
-
- Or, if your tar supports it, you can add the 'z' flag to your tar
- command. This tells tar to uncompress the file before untaring it.
- The command line I use most is 'tar zxvf <filename>' "z" to uncompress
- the file, "x" to tell tar that I am eXtracting the files in the
- archive, "v" to get a Verbose report, and "f" to tell tar that the
- next thing I type is the archives filename.
- --
- --------------------------------------------------------
- Mark Alston
- c-amb@math.utah.edu
-
- "Never knew a decent man who liked mathematics."
- - Bonnie Abbzug-Sarvis
- Hayduke Lives!
- ---------------------------------------------------------
-
-