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

Re: globbing with interposition -> rocking



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