X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:to:subject:date:in-reply-to
	:references:content-type:content-transfer-encoding:mime-version;
	 q=dns; s=default; b=soK65fjh+258uRw89iZD1F2IrpEZbHNazLvX2GKfzC2
	e00N5l6nk2+bZDafzSmAegSfQVOg8YUomTAc80IhBNpDW2Du+yma4sXr/LdlDoqu
	XKcBwK5T+LFaKGt7TNZjqvrONaMohS46LFWbfMOwdMXcFGSNOm0E4MP4YQM+CGPs
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:to:subject:date:in-reply-to
	:references:content-type:content-transfer-encoding:mime-version;
	 s=default; bh=Ke+3fQPBM5hiXVVzpAMxhoSCUes=; b=ff29bT9MFMLFNhcwA
	QJfT3y3yM6TW0VSzOpiMi2ES5Hpb3Lc2MQNb2yBhQiSEQ/uXRP9KuRmSryyOUOar
	XUSniNWm7VzjKqziaBNDEX2fmkLHqZKduQVWYdF7B36bsajheVQkYN2MJjBxQOzO
	iN66nKtmy83N3UJF71nstp6Ljo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: COL004-OMC3S15.hotmail.com
X-TMN: [CGSj41YMUwwDtMywnSX2QyS1FxGEOWGY]
Message-ID: <COL130-W660D1B575445ACD2340D61C2E00@phx.gbl>
From: Murthy Gandikota <murthy64@hotmail.com>
To: Bertrand Caplet <bertrand.caplet@chunkz.net>,
        "cygwin@sourceware.org"	<cygwin@sourceware.org>
Subject: RE: tar zxvf won't  work with Redhat generated compressed tar file
Date: Mon, 20 Apr 2015 18:58:59 +0000
In-Reply-To: <55354928.3090004@chunkz.net>
References: <COL130-W80F61D41DBC766A5C40206C2E00@phx.gbl>,<55354928.3090004@chunkz.net>
Content-Type: text/plain; charset="iso-8859-1"
MIME-Version: 1.0
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3KIxJFG026238

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.caplet@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


