X-Recipient: archive-cygwin AT delorie DOT com 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 Message-ID: From: Aaron Schneider To: Subject: RE: Inconsistence on file operation when the name already exists with exe extension Date: Sun, 8 Jul 2012 20:37:05 +0000 In-Reply-To: <4FF9ED18.4080006@gmail.com> References: ,<4FF9ED18 DOT 4080006 AT gmail DOT com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q68KbLej012448 -- 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? -- 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