Skip to content

Instantly share code, notes, and snippets.

@seralf
Last active January 3, 2017 22: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 seralf/6a1006372903d71121d602427629cc45 to your computer and use it in GitHub Desktop.
Save seralf/6a1006372903d71121d602427629cc45 to your computer and use it in GitHub Desktop.

EMAIL tools

counting the number of messages in a MBOX:

$ grep "From" {MBOX} | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment