Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

ignore globs that do not match



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