Skip to content

Instantly share code, notes, and snippets.

@randavidovitz
Created September 13, 2017 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randavidovitz/c7e8a92795f137352e81fa715e884758 to your computer and use it in GitHub Desktop.
Save randavidovitz/c7e8a92795f137352e81fa715e884758 to your computer and use it in GitHub Desktop.
sed -E "s/([\!#-'*+\/-9?A-Z^-~-]+(\.[\!#-'*+\/-9=?A-Z^-~-]+)*|\"([]\!#-[^-~ \t]|(\\[\t -~]))+\")@([\!#-'*+\/-9=?A-Z^-~-]+(\.[\!#-'*+\/-9=?A-Z^-~-]+)*|\[[\t -Z^-~]*])/masked-email@kookoo.com/g" expensive-ops.20170904222416Z > expensive-ops.20170904222416Z_masked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment