From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1163 invoked by alias); 27 May 2011 17:39:14 -0000 Received: (qmail 1154 invoked by uid 22791); 27 May 2011 17:39:13 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=BAYES_40,PLING_QUERY,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 17:38:52 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QQ0zq-0004my-A8 for cygwin@cygwin.com; Fri, 27 May 2011 19:38:50 +0200 Received: from ip-213-220-207-166.net.upcbroadband.cz ([213.220.207.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 May 2011 19:38:50 +0200 Received: from thorsten by ip-213-220-207-166.net.upcbroadband.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 May 2011 19:38:50 +0200 To: cygwin@cygwin.com From: Thorsten Kampe Subject: Re: File Name Case Sensitivity & Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual? Date: Fri, 27 May 2011 17:39:00 -0000 Message-ID: References: <4DDE9BE5.90105@veritech.com> <20110526193553.GB6015@ednor.casa.cgf.cx> <4DDEB0BA.9030903@veritech.com> <20110527052926.GE28752@calimero.vinschen.de> <4DDFC8EC.8060507@veritech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-05/txt/msg00431.txt.bz2 * Lee D. Rothstein (Fri, 27 May 2011 11:53:16 -0400) > Globbing is case sensitive while full command name invocation/full > filename use is not. And, you may never have been confused by that, > but I maintain it's very confusing. This has nothing to do with Cygwin. You are (still[1]) confusing Cygwin and your shell. You would hugely benefit from gaining some basic knowledge about the tools you've been using since 1979. Your transcript was done in a shell called "bash". Globbing in bash is - by default - case sensitive. If you want to change that, read the man page and then set option "nocaseglob" ("shopt -s nocaseglob"). Thorsten [1] http://www.cygwin.com/ml/cygwin/2003-02/msg01005.html -- 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