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

use a globber with $^ ?



hi all,

I saw this :
mutt eric '-a '${^$(print *)} -s "all images attached" </dev/null

at:
http://www.zsh.org/mla/users/2005/msg00379.html


would be great to write something like :

mutt eric '-a '${^~:- *} -s "all images attached" </dev/null

isn't it ?

regards
mc




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