Last active
August 29, 2015 14:26
-
-
Save vaibhav276/3d52c300031a538c36b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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