X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=XsH5TQMKgV7Oz4sfZCcl4hgZnFdD0ShmBF8BNK+7ucrfvtCTtxr5s 7unCa7FvE1qNw+a1viOYhuRi5hS1TUEWSqvGF+E3OtRTkpveVNgoeOix+Q2+LVZW RBWyXA/d9j2H5VDbYFm3eWSxXkMB6Caacz/K2YKnkd0H2tqMe6J19I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=mBCQthdPgun0Rc5RzoIWWIgT9bk=; b=XedzpYXE8f8TvhZJukP66AORs0e/ nrgZIj0YxCLsb0CLDl7Tv4gX5A+MiBcXv+fYdONzrXXwUZ+AtdHhUhHg7xXpGcTZ GWHCSEulQB3vzpNUR82EKCAzRIbmg1EsK8w5iwdC/az2n7+8WhMDadaewduxJjUY 0c2eYJa/e8v6t/A= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Paul Subject: Re: Force "ls" to show .exe extension Date: Wed, 7 Jan 2015 00:11:46 +0000 (UTC) Lines: 21 Message-ID: References: <1941710256 DOT 20150107013212 AT yandex DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Andrey Repin yandex.ru> writes: >> ...if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" >> shows pdfcrop rather than pdfcrop.exe. Is there any way to force >> ls to show the full filename (including extension) if it matched >> the ls argument, even if the ls argument doesn't specify the >> extension? I read >> http://cygwin.com/cygwin-ug-net/using-specialnames.html, which >> helps explain the situation, but not a solution. > > I see people are diving deep to find a "solution", but noone has > asked, what is the problem they are trying to solve here. So, let > me ask it: what is the problem? Hello, Andrey, I'm wading through many files in two file trees. In particular, I'm looking at corresponding directories in the two trees where "diff -qr" revealed differences. I want the absolute truth of what the filename is with minimal distrations about how to achieve that. Then, I can focus on figuring how those files came about, and how the differences arose. -- 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