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

brace expansion in function



I would like a shell function that expands the arg
{corrs,dylan,crespo}

This try only gives all corrs songs:

mpg() {
mpg321 *$1*
}

thanks

-- 
Eric Smith



Messages sorted by: Reverse Date, Date, Thread, Author