Forum Moderators: phranque

Message Too Old, No Replies

decompressing tar.gz

how to?

         

adni18

2:55 pm on Oct 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I need to decompress a .tar file on my pc and turn it into a zip file or a regular folder. how can i do this?

claus

3:00 pm on Oct 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google winRAR and/or WinAce. They will probably both do it.

dmorison

3:08 pm on Oct 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think tar and certainly gzip are in GnuWin32 (Sourceforge).

The usual command is just:

tar zxvf filename.tar.gz

...but i'm not sure if tar on Win32 will know how to gunzip; so just do it in 2 steps:

gzip -d filename.tar.gz

tar xvf filename.tar

bumpaw

5:53 am on Oct 19, 2004 (gmt 0)

10+ Year Member



7-Zip will upack those tar balls and it's open source.