Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4005759
By: keithmarshall

Do you mean that the file name is `tar.gz', or do you really mean that you want
to decompress generic compressed tar archives, such as `foo.tar.gz'.

If it really is just `tar.gz', then `gunzip tar.gz' will convert it to
the uncompressed file,
`tar'.

OTOH if, as is more likely, you really mean generic archives, e.g. `foo.tar.gz',
the command you need is `tar xzf foo.tar.gz', to both decompress and extract.

Similarly, FWIW if you have `bar.tar.bz2' archives, you would use `tar
xjf bar.tar.bz2'.

HTH,
Keith.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to