/dev/null
Raspberry Pi automate certain tasks – script example
2014/03/10
Now, if you have followed these : fetchmail ssmtp Then you already have a working system for sending and receiving mail. Now, you can set the mda in the fetmailrc to a script which can do few things …
Splitting strings with IFS
2010/02/04
Today I want to discuss splitting strings into tokens or “words”. I previously discussed how to do this with the <a …