/ Published in: Other
Expand |
Embed | Plain Text
# 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]
You need to login to post a comment.
