.tar.gz

Tim Davidson davidson@hrl.com.au
Sun Jul 27 21:09:00 GMT 1997


> 
> Can someone tell me how to untar, and un-zip a file with
> this extension, using gnu-win32's tools? Thanks.
> 
> Justin Hopkins
> 

Try

    tar xzf file.tar.gz

If you are not using GNU tar then you may have to unzip the file
before untarring

    gunzip -c file.tar.gz | tar xf -

Tim

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Tim Davidson                     E-mail:  davidson@hrl.com.au
Mathematical Modeller
HRL Technology Pty Ltd           Phone (Voice): 61 3 9565 9895
677 Springvale Road                    (FAX)  : 61 3 9565 9777
Mulgrave Victoria 3170
AUSTRALIA
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
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