Skip to content

Instantly share code, notes, and snippets.

@bojanbjelic
Created November 18, 2012 00:37
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 bojanbjelic/4102034 to your computer and use it in GitHub Desktop.
Save bojanbjelic/4102034 to your computer and use it in GitHub Desktop.
cleanup email html
perl -pi -w -e 's/=3D/=/g;' $1
perl -pi -w -e 's/(=\r\n)|=20|=0D|=09//g;' $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment