Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: No so case insensitive...?
- X-seq: zsh-users 10050
- From: Geoff Wing <gcw@xxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: No so case insensitive...?
- Date: Tue, 21 Mar 2006 15:58:24 +1100
- In-reply-to: <20060321.054101.74730024.Meino.Cramer@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultancy
- References: <20060321.054101.74730024.Meino.Cramer@xxxxxx>
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