Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
use a globber with $^ ?
- X-seq: zsh-users 10063
- From: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: use a globber with $^ ?
- Date: Thu, 23 Mar 2006 10:06:24 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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