From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10898 invoked by alias); 8 Jul 2012 20:37:18 -0000 Received: (qmail 10890 invoked by uid 22791); 8 Jul 2012 20:37:18 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from blu0-omc1-s25.blu0.hotmail.com (HELO blu0-omc1-s25.blu0.hotmail.com) (65.55.116.36) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Jul 2012 20:37:06 +0000 Received: from BLU152-W46 ([65.55.116.9]) by blu0-omc1-s25.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 8 Jul 2012 13:37:05 -0700 Message-ID: From: Aaron Schneider To: Subject: RE: Inconsistence on file operation when the name already exists with exe extension Date: Sun, 08 Jul 2012 20:37:00 -0000 In-Reply-To: <4FF9ED18.4080006@gmail.com> References: ,<4FF9ED18.4080006@gmail.com> 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/msg00110.txt.bz2 -- This way works to have the two files simultaneously --: touch file touch file.exe -- This way doesn't --: touch file.exe touch file -- This works again and is similar to 1st --: touch file.exe && bzip2 file.exe touch file bzip2 -d file.exe.bz2 ---- How can this be? =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