Created
April 30, 2015 00:14
-
-
Save rberrelleza/78907f36354f6ddbeaa2 to your computer and use it in GitHub Desktop.
Display a eml file on the console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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