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:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=Th3ZeVYtsPpoDCBNMYbqDu7DliPS1 Q5CHxEVvR4+R06T4STNAEB5dGE2wY/qptkeqNz5ee4pJOFQIOWDtCNf4zkr9CbQa NYSe0w4Tk3gpan//ASygrGEvkSeby1ZQVbLJrovhbOyK4YfGO2vyQ8GmSNKByDuB 0q3O7ADfeafUZs= 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:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=DEdNwE4sZMxpCM+ndBO35LuytRI=; b=VCi r5hPEocXdSZqtFN/ekxutL3w6AUm8VRMITdQvIfhW7NFVAbyH1waXrpyJtQvji4f G/IA6bev5rkXafimygDIgx08WfCUD9VNHxgaZqMHRX+1/C9sv9+eN4g28RdqRlL2 IuOLakWYBYrVOrmzzoxjK+xXPTX1GC0LXIhBFuNA= 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.6 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nihxwayout.hub.nih.gov X-IronPortListener: Outbound_SMTP X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEABGsrFScKEeJ/2dsb2JhbABchDTELogYAoEnAQEBAQEDeoQNAQEEEig/EAIBCCIUEB8TJQIEDg0TB4gKpRueDwEBAQEBAQEDAQEBAQEBAQEBGY9HMQeDFoETBY4lBIh1kVwig26CNH4BAQE X-IPAS-Result: AqYEABGsrFScKEeJ/2dsb2JhbABchDTELogYAoEnAQEBAQEDeoQNAQEEEig/EAIBCCIUEB8TJQIEDg0TB4gKpRueDwEBAQEBAQEDAQEBAQEBAQEBGY9HMQeDFoETBY4lBIh1kVwig26CNH4BAQE From: "Buchbinder, Barry (NIH/NIAID) [E]" To: "cygwin AT cygwin DOT com" CC: "'Paul'" Subject: RE: Force "ls" to show .exe extension Date: Wed, 7 Jan 2015 03:47:39 +0000 Message-ID: <6CF2FC1279D0844C9357664DC5A08BA20FA979B4@msgb09.nih.gov> References: <1941710256 DOT 20150107013212 AT yandex DOT ru> In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t07J0XoI021034 Paul sent the following at Tuesday, January 06, 2015 7:12 PM >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 distractions about how to achieve that. Then, I can focus >on figuring how those files came about, and how the differences arose. Not a Cygwin solution but the following should give real names. cmd /c dir /b /a: (The /a: makes sure that hidden files are listed.) - Barry - Disclaimer: Statements made herein are not made on behalf of NIAID. -- 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