X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: From: Murthy Gandikota To: Bertrand Caplet , "cygwin AT sourceware DOT 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: ,<55354928 DOT 3090004 AT chunkz DOT 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 DOT caplet AT chunkz DOT net > To: cygwin AT cygwin DOT 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