Return to Snippet

Revision: 3909
at October 2, 2007 09:30 by vanne


Initial Code
# an easy way to email yourself a task in bash
# the following example will email you a a dir list
ls | mail -s "My Directory Listing" [email protected]

Initial URL


Initial Description


Initial Title
Email Command Output

Initial Tags
Bash, linux

Initial Language
Other