Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
No so case insensitive...?
- X-seq: zsh-users 10049
- From: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: No so case insensitive...?
- Date: Tue, 21 Mar 2006 05:41:01 +0100 (CET)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
from the manpage II read that adding (#i) makes a pattern case
insensitive. Now I am confused what "pattern" includes.
Is "*" a pattern and "b*" is not ?
Giving
ls -ld *(#i)
prints all upper- and lowercase matches.
ls -ld b*(#i)
prints all matches beginning with "b" but those beginning with "B".
ls -ld *b*(#i)
prints all upper- and lower-case patterns including "b" but not "B".
Game over player one. Insert help to play again... :O)
Keep zshing!
mcc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author