Skip to content

Instantly share code, notes, and snippets.

@SamWhited
Created March 20, 2012 21:54
Show Gist options
  • Save SamWhited/2141689 to your computer and use it in GitHub Desktop.
Save SamWhited/2141689 to your computer and use it in GitHub Desktop.
My email in a fun, spam-bot-defeating, format.

This is my email:

echo sam.samwhited.com | sed 's/\./@/'

Also this:

echo sam.samwhited.com | awk '{sub(/\./,"@")}; 1'

Why? Because I thought it might be amusing to stick this on a job application for a Unix/Linux related position.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment