X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <49DD6D23.2080607@cygwin.com> Date: Wed, 08 Apr 2009 23:36:03 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20090101 Remi/2.0.0.19-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: duplicate *.exe commands References: <20090409022312 DOT 19895 DOT qmail AT smasher DOT org> In-Reply-To: <20090409022312.19895.qmail@smasher.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Atom Smasher wrote: > i'm coming from a *nix background, but i'm finding that cygwin makes > things suck less on windows. > > one of the things that really annoys me are the duplicate *.exe commands... > cat & cat.exe > awk & awk.exe > sed & sed.exe > > what a mess, especially when i use auto-complete in my shell. > > i'm curious, could it cause problems if i delete all "*.exe" files from > my command hash? or should i first check that it's really a duplicate? ie; > if i have "/path/to/foo" and "/path/to/foo.exe" then foo.exe goes away > if i have "/path/to/bar.exe", but not "/path/to/bar", then bar.exe stays > > it seems like the same list of things that get pruned either way, but > for the sake of portability i'm wondering if there would be problems > just getting rid of everything *.exe. There are no duplicate *.exe commands. All Cygwin executables contain the exe extension as Windows prefers. Cygwin tries to make things easier by mapping "cat" to "cat.exe", for example, which is why it may look to you like there are both in the Cygwin environment. But look at 'c:\cygwin\bin' in the Explorer and you'll see all the commands have the .exe extension. If you get rid of one, you get rid of the other since they are the same. Now, to anticipate your next question, '/usr/bin/cat.exe' and '/bin/cat.exe' are not duplicates either. See the results of typing 'mount'. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/