/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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]