Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Created April 30, 2015 00:14
Show Gist options
  • Save rberrelleza/78907f36354f6ddbeaa2 to your computer and use it in GitHub Desktop.
Save rberrelleza/78907f36354f6ddbeaa2 to your computer and use it in GitHub Desktop.
Display a eml file on the console
perl -MMIME::Base64 -ne 'print decode_base64($_)' < YOUR_FILE.eml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment