Next | Trivial Utilities | 142 |
In related news, here's a program that sends messages with attachments
At work I have a fancy-shmancy email client that has drag-and-drop for attachments
I still use attach there anyway
Work has a limit on the size of an outbound message
If I want to mail out 15 big files, I need to send many messages
This is easier than 15 drag-and-drops:
for i in file/*; do attach -Q -t recipient $i; done
Next | Menu | Copyright © 2012 M. J. Dominus |