Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ignore globs that do not match
- X-seq: zsh-users 7539
- From: Eric Smith <es@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: ignore globs that do not match
- Date: Mon, 14 Jun 2004 09:37:04 +0200
- In-reply-to: <20040613160441.GA27939@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040613015124.GK12538@xxxxxxxxxxxx> <20040613160441.GA27939@xxxxxxxxxxxxxxxxx>
Thomas Köhler said:
> mpg() {
> local arg
> local l
> for arg ; do l="*$arg* $l" ; done
> eval mpg321 $l
> }
>
Nice!
But how might I still hear dylan and crespo if I typed:
$ mpg dylan gibberish crespo
("setopt cshnullglob" does not seem to work.)
--
Eric Smith
Messages sorted by:
Reverse Date,
Date,
Thread,
Author