Skip to content

Instantly share code, notes, and snippets.

@vaibhav276
Last active August 29, 2015 14:26
Show Gist options
  • Save vaibhav276/3d52c300031a538c36b3 to your computer and use it in GitHub Desktop.
Save vaibhav276/3d52c300031a538c36b3 to your computer and use it in GitHub Desktop.
# Send mail with attachments
uuencode <filename> <filename> | mail -s "<subject>" [email protected]
# Redirect all output to file and console
<command> 2>&1 | tee <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment