Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: No so case insensitive...?



On Tuesday 2006-03-21 15:42 +1100, Meino Christian Cramer output:
: from the manpage II read that adding (#i) makes a pattern case
: insensitive. Now I am confused what "pattern" includes.

From zshexpn(1):
  "Globbing Flags
          There are various flags which affect any text to their right
                                                        ^^^^^^^^^^^^^^
   up to the end of the enclosing group or to the end of the pattern;"

% ls -ld (#i)b*

matches all filenames beginning with either b or B.

Regards,
Geoff



Messages sorted by: Reverse Date, Date, Thread, Author