Did you mean tar zcvf ? It still doesn't work on RedHat and Cygwin64. Thanks
---------------------------------------- > Date: Mon, 20 Apr 2015 20:44:56 +0200 > From: bertrand.cap...@chunkz.net > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > > Hey there, > > It's not working because you're trying to decompress a tar + gzip > archive with tar zxvf but it's just a gzip archive. > > If you first make a tar + gzip archive with : > > tar xcvf archive.tar.gz your-files > > and then : > > tar zxvf archive.tar.gz > > It will be ok :-) > > Regards, > -- > CHUNKZ.NET - script kiddie and computer technician > Bertrand Caplet, Flers (FR) > Feel free to send encrypted/signed messages > Key ID: 37F70C30 > GPG FP: 134A 4027 518B 5F4D D409 558D BA9B 7BF0 37F7 0C30 > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple