What command to use to unpack a .tar.gz file in Windows?

Posted by Ivan on Super User See other posts from Super User or by Ivan
Published on 2012-12-25T13:46:34Z Indexed on 2014/08/18 22:25 UTC
Read the original article Hit count: 346

Filed under:
|
|
|
|

I use to receive tar.gz files fromm colleagues but unpacking them with 7zip is not convenient as it unpacks a tar file from gz first while I usually seek to get the tar file contents (so I have to unpack the tar file explicitly next).

I've tried adding tar -zxvf %P%N command to Total Commander button bar but it turned that tar -zxvf doesn't work but returns the following error (tried it in bare command prompt):

tar: Cannot fork: Function not implemented
tar: Error is not recoverable: exiting now

I have got both GnuWin32 and cygwin installed, but I seek a solution that will work in Windows command line promt (and so will be callable from Totat Commander), not in cygwin command line promt.

© Super User or respective owner

Related posts about Windows

Related posts about command-line