Extracting all the mail addresses from the programs
grep -ri 'mail' * -A 10 -B 10 | less
This displays enough context information around the data so that I can
grab it easily.
grep -ri 'mail' * -A 10 -B 10 | less
This displays enough context information around the data so that I can
grab it easily.
More posts about: -Uncategorized // Add Comment »
I'm Sacha Chua. I'm having lots of fun geeking out about parenting our four-year-old. I also compile Emacs News weekly.
I'm infrequently on:
Twitter - Github - Facebook -Slideshare - LinkedIn