We Recommend

PIC Basic: Programming and Projects 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.


Posted By

vanne on 10/02/07


Tagged

Bash linux


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

cbrant


Email Command Output


Published in: Other 


  1. # an easy way to email yourself a task in bash
  2. # the following example will email you a a dir list
  3. ls | mail -s "My Directory Listing" me@myemailaddress.com
  4.  

Report this snippet 

You need to login to post a comment.