home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!news.uni-bielefeld.de!aixrs0!hank
- From: hank@informatik.uni-essen.de (Hendrik G. Seliger)
- Subject: Re: How to unpack .tpz file in SLS packages?
- Sender: newsadm@aixrs0.hrz.uni-essen.de
- Message-ID: <1993Jan21.075613.32626@aixrs0.hrz.uni-essen.de>
- Date: Thu, 21 Jan 1993 07:56:13 GMT
- References: <1993Jan20.185124.9041@athena.mit.edu>
- Nntp-Posting-Host: sparc1-ppp.ikb.uni-essen.de
- Organization: Uni-Essen
- X-Newsreader: Tin 1.1 PL4
- Lines: 7
-
- I think someone wanted to patch the tar to use gzip. Until then you can just
- use
-
- cat foo.tpz |gunzip -c | tar xvf -
-
- Hendrik.
-
-