Published in: Other
# 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" me@myemailaddress.com
You need to login to post a comment.
PIC Basic: Programming and Projects
The simplest quickest way to get up and running with microcontrollers. makes the PC accessible to students and enthusiasts. The practicalities of programming and the scope of using a PIC are then explored through 22 wide ranging electronics projects.
vanne on 10/02/07
1 person has marked this snippet as a favorite
Published in: Other
# 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" me@myemailaddress.com
You need to login to post a comment.