Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Question about extended globbing
- X-seq: zsh-users 6806
- From: David Gómez <david@xxxxxxxxxxxx>
- To: Zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Question about extended globbing
- Date: Sun, 23 Nov 2003 00:55:40 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all ;),
I'm trying to create a pattern to match a given set of files that do not
match some pattern. I found that the ^ globbing operator, with the option
extended_glob set would help me to do this, but the thing is that i don't
know how to make two patterns to be affected by this operator,
I tried something like:
grep something $FOO/^{*txt,*info}
but it didn't work. How can I achieve to include several alternatives with
the ^ operator?
Thanks,
--
David Gómez
"The question of whether computers can think is just like the question of
whether submarines can swim." -- Edsger W. Dijkstra
Messages sorted by:
Reverse Date,
Date,
Thread,
Author