From: Tero Laakkonen (laakkone@klaava.Helsinki.FI)
Date: 01/21/93


From: laakkone@klaava.Helsinki.FI (Tero Laakkonen)
Subject: Re: How to unpack .tpz file in SLS packages?
Date: 21 Jan 1993 11:07:51 GMT

In <1993Jan21.075613.32626@aixrs0.hrz.uni-essen.de> hank@informatik.uni-essen.de (Hendrik G. Seliger) writes:

>I think someone wanted to patch the tar to use gzip. Until then you can just
>use

> cat foo.tpz |gunzip -c | tar xvf -

or
gunzip -c < foo.tpz | tar xvf -