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=MZk/LR+WlFOr1K5HDa77HRcQ+BqyW9JLvqHr3WIQla8IOtFC88fLS lnqkOo8jJMTIKRt9LfHcUFCouj0s7G3fJeZNqtd6Byjek6trHaIMtS7x2mFwer4S EulEsGpfElWTGQc0nSkl/Rzmw2ZMMK6Pl7sDM76Y53D1zqkzIRNz+8= 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=ZM3inoN9lqT9r2rMDsFUwd3uilU=; b=xTn702wzweLiejoAimStr533kYKc jeJzbABLyDJ92OT4XheoKRApqysFpB72vvQlsRZru27xqnQEprKGZIi4ruch/GKA UiI7ryjzJHsFO8OcSB8AKrOGTm0KQo6hkt2fRTcePRqoq7Snmjb107ym/EBsa9Hh RsJQLsYfgNwZS7s= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham 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: Tue, 6 Jan 2015 21:16:58 +0000 (UTC) Lines: 26 Message-ID: References: <54AC48DE DOT 6000806 AT cygwin DOT com> 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 Tom Robinson gmail.com> writes: >If you don't want to specify the extension, can you specify as >asterisk? > >[3236 CBGSAS04:~/Documents]$ touch name.exe > >[3237 CBGSAS04:~/Documents]$ ls -l name >-rw-r--r--+ 1 cbg.tom Domain Users 0 Jan 7 09:34 name > >[3238 CBGSAS04:~/Documents]$ ls -l name.exe >-rw-r--r--+ 1 cbg.tom Domain Users 0 Jan 7 09:34 name.exe > >[3239 CBGSAS04:~/Documents]$ ls -l name* >-rw-r--r--+ 1 cbg.tom Domain Users 0 Jan 7 09:34 name.exe Yaakov Selkowitz cygwin.com> writes: > ls --append-exe ~/bin/pdfcrop Tom, Yaakov, Both solutions are great. I'll set the --append-exe in my bash aliases, and for systems outside of my normal working environment (e.g., working with someone on their unix sessions), I know I can force display of .exe using asterisk. Thanks! -- 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