From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1720 invoked from network); 8 Mar 2004 13:50:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Mar 2004 13:50:06 -0000 Received: (qmail 29232 invoked by alias); 8 Mar 2004 13:49:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19560 Received: (qmail 29185 invoked from network); 8 Mar 2004 13:49:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 8 Mar 2004 13:49:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.95.128.56] by sunsite.dk (MessageWall 1.0.8) with SMTP; 8 Mar 2004 13:49:58 -0000 Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id B2EAA36820B for ; Mon, 8 Mar 2004 21:49:56 +0800 (WST) Received: from gulag.gu.uwa.edu.au (gulag.guild.uwa.edu.au [130.95.100.5]) by asclepius.uwa.edu.au (Postfix) with ESMTP id 993203681A1 for ; Mon, 8 Mar 2004 21:49:56 +0800 (WST) Received: from gulag.gu.uwa.edu.au (devenish@localhost [127.0.0.1]) by gulag.gu.uwa.edu.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i28DnuFN017282 for ; Mon, 8 Mar 2004 21:49:56 +0800 Received: (from devenish@localhost) by gulag.gu.uwa.edu.au (8.12.3/8.12.3/Debian-6.6) id i28DntB2017280 for zsh-workers@sunsite.dk; Mon, 8 Mar 2004 21:49:55 +0800 Date: Mon, 8 Mar 2004 21:49:55 +0800 From: James Devenish To: Zsh hackers list Subject: Re: PATCH: case-insensitive globbing Message-ID: <20040308134955.GA16797@mail.guild.uwa.edu.au> Mail-Followup-To: Zsh hackers list References: <20040308122200.GA13641@mail.guild.uwa.edu.au> <5792.1078749261@csr.com> <20040308124027.GA15505@mail.guild.uwa.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040308124027.GA15505@mail.guild.uwa.edu.au> User-Agent: Mutt/1.3.28i In message <20040308124027.GA15505@mail.guild.uwa.edu.au> on Mon, Mar 08, 2004 at 08:40:27PM +0800, James Devenish wrote: > In message <5792.1078749261@csr.com> > on Mon, Mar 08, 2004 at 12:34:21PM +0000, Peter Stephenson wrote: > > > % ls /tmp/blah > > > DATE > > > % rehash > > > % where date > > > /tmp/blah/date > > > /bin/date But, now I note: % where DATE /tmp/blah/DATE /bin/DATE So...fair enough. An odd experience, but does make sense. For all I know, this might even be an Apply kludge to make ported POSIX software work in a case-insensitive environment (I haven't looked at how zsh queries the OS for these files). [BTW: I received your reply after I had already written this e-mail.] On a related note: % ls -l =date -r-xr-xr-x 1 root wheel 19276 24 Sep 14:51 /bin/date* % ls -l =DATE -r-xr-xr-x 1 admin wheel 19276 24 Sep 14:51 /tmp/blah/DATE* Not complaining about this -- just pointing it out so that everyone's aware of it. I don't know how this and other such letter-case issues are handled in Cygwin. Perhaps there could be a footnote to the caseglob