grep -ir "gmail" *
Results: 1
Gmail
I've found it useful to send email on the command line. Since Python can send email and I use Gmail as my mail provider, I wrote this script: send_gmail.py Some of my other scripts use this one to send csv attachments, informaton, etc. ...
more ...