So senden Sie E -Mail mit Körper und Anhang in UNIX

$ ( cat body-message.txt; uuencode input-attachment.txt output-attachment.txt ) \
| mail -s "Email With Body Text and Attachment" [email protected]
Lucky LyreDragonbird