.tar.gz
Fergus Henderson
fjh@cs.mu.OZ.AU
Mon Jul 28 02:24:00 GMT 1997
>If you are not using GNU tar then you may have to unzip the file
>before untarring
>
> gunzip -c file.tar.gz | tar xf -
Last time I checked (version b17.1), this did not work,
because pipes were opened in text mode, not binary mode.
Instead I had to use
gunzip file.tar.gz
tar xf - file.tar
Has this changed since b17.1?
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh > | of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3 | -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list