ooops: > $ for a in `cat /path/to/adresses.txt`; do mutt -s "happy hanukkah" > -a /path/to/attachment.jpg $ < txt.txt; done
muss natuerlich so aussehen: $ for a in `cat /path/to/adresses.txt`; do mutt -s "happy hanukkah" -a /path/to/attachment.jpg $a < txt.txt; done das bier ist ein teufel, lg x -- [email protected] Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.net) _______________________________________________ netznetz.net mailing list [email protected] http://listen.esel.at/mailman/listinfo/liste
