zsh-workers
 help / color / mirror / code / Atom feed
* Problem with /cygdrive and (#i) globbing flag
@ 2002-07-17 19:14 Vagn Johansen
  2002-07-17 19:42 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Vagn Johansen @ 2002-07-17 19:14 UTC (permalink / raw)
  To: zsh-workers

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='%~>'



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-17 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-17 19:14 Problem with /cygdrive and (#i) globbing flag Vagn Johansen
2002-07-17 19:42 ` Peter Stephenson
2002-07-17 22:23   ` Vagn Johansen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).