Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RegEx glob mode?
- X-seq: zsh-workers 5858
- From: "E. Larry Lidz" <ellidz@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: RegEx glob mode?
- Date: Thu, 18 Mar 1999 20:48:38 -0600
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Something that I'd love to see in a shell is a mode to replace normal
globbing with regex matching. So that things like:
ls (foo|bar)?baz.*
would work.
I'm sure it'd confuse a lot of people (why doesn't ls foo* match foobaz?)
but as an option, I think it'd be extremely popular, particularly for
certain shell scripts...
[cc me with discussion? I'm not on the list.]
-Larry
Messages sorted by:
Reverse Date,
Date,
Thread,
Author