X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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]" <BBuchbinder@niaid.nih.gov>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
CC: "'Paul'" <Paul.Domaskis@gmail.com>
Subject: RE: Force "ls" to show .exe extension
Date: Wed, 7 Jan 2015 03:47:39 +0000
Message-ID: <6CF2FC1279D0844C9357664DC5A08BA20FA979B4@msgb09.nih.gov>
References: <loom.20150106T203355-631@post.gmane.org> <1941710256.20150107013212@yandex.ru> <loom.20150107T010713-891@post.gmane.org>
In-Reply-To: <loom.20150107T010713-891@post.gmane.org>
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


