From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31515 invoked by alias); 11 Jul 2012 20:51:11 -0000 Received: (qmail 31506 invoked by uid 22791); 11 Jul 2012 20:51:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_CV,TW_XV X-Spam-Check-By: sourceware.org Received: from blu0-omc1-s19.blu0.hotmail.com (HELO blu0-omc1-s19.blu0.hotmail.com) (65.55.116.30) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Jul 2012 20:50:58 +0000 Received: from BLU152-W14 ([65.55.116.9]) by blu0-omc1-s19.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 11 Jul 2012 13:50:57 -0700 Message-ID: From: Aaron Schneider To: Subject: tar won't extract all files when a file with exe extension precedes the same without extension inside the archive Date: Wed, 11 Jul 2012 20:51:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00201.txt.bz2 $ touch myfile myfile.exe $ tar -cvf mytar.tar myfile.exe myfile $ tar -xvf mytar.tar Only myfile will be written to the filesystem =20=09=09=20=09=20=20=20=09=09=20=20 -- 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