X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.7 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 9 Jul 2012 17:23:13 +0200 From: notstop Reply-To: notstop AT users DOT sourceforge DOT net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Inconsistence on file operation when the name already exists with exe extension Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 You must be right in some points, but that is not the exact behavior of windows command although you pretend it to be (the powershell has a different behavior). In fact, I can independently operate file while file.exe exists: copy file.exe file Now there are file and file.exe -- windows cmd.exe behaves like that: del file: removes file only regardless of file.exe existence del file.exe: removes file.exe only regardless of file existence -- Cygwin behaves differently: rm file.exe: will remove only file.exe if exists rm file: will remove file if exists, and if not will remove file.exe Considering this, may be be an issue when untaring a tarfile whose contents will match an already existing file in the directory with the exe extension. If both thefile and thefile.exe are packed in the tar, won't be an issue since thefile is alphabetically precedent to thefile.exe so both will be untared, but is just a mere coincidence that it works. Would be an issue if where the opposite. -- 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