Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing with interposition -> rocking
- X-seq: zsh-users 8727
- From: Eric Smith - Fruitcom <Eric.Smith@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: globbing with interposition -> rocking
- Date: Thu, 21 Apr 2005 12:45:49 +0200
- In-reply-to: <11234.1113935788@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050419072115.GA15936@xxxxxxxxxxxx> <11234.1113935788@xxxxxxxxxxxxxxxxxxxxxxx>
According to Oliver Kiddle on Tue, Apr 19, 2005 at 08:36:28PM +0200:
}
} The following works:
}
} files=( fotos* )
} mutt eric {-a,$^files} -s "all images attached" </dev/null
}
This works too and is so cool - thanks Oliver
f=(I/clems/*JPG I/oranges/*); mutt eric {-a,$^f} -s "Clementine and Orange Photos" </dev/null
Messages sorted by:
Reverse Date,
Date,
Thread,
Author