From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14118 invoked from network); 17 Jul 2002 19:16:05 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Jul 2002 19:16:05 -0000 Received: (qmail 13005 invoked by alias); 17 Jul 2002 19:15:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17463 Received: (qmail 12992 invoked from network); 17 Jul 2002 19:15:56 -0000 Message-ID: <005601c22dc6$2f8030e0$0601a8c0@vectravl400mt> From: "Vagn Johansen" To: Subject: Problem with /cygdrive and (#i) globbing flag Date: Wed, 17 Jul 2002 21:14:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 For some reasong the cygdrive prefix does not work with the globbing flag #i (ignore case). See the last 'ls' line. The one with no matches. />ls [cC]* CYGWIN.TXT cygwin.PIF cygwin.bat cygwin.ico />ls (#i)c* CYGWIN.TXT cygwin.PIF cygwin.bat cygwin.ico />ls (#i)/c* /CYGWIN.TXT /cygwin.PIF /cygwin.bat /cygwin.ico />ls /cygdrive/c/c* /cygdrive/c/chop.txt /cygdrive/c/cygwin.zip />ls (#i)/cygdrive/c/c* zsh: no matches found: (#i)/cygdrive/c/c* /> My .zshrc: #!/usr/local/bin/zsh -f path=(/usr/bin $path) setopt extendedglob autoload -U compinit compinit -C # > ~/compinit.out PS1='%~>'