Skip to content

Instantly share code, notes, and snippets.

@jamesu
Created February 1, 2012 15:37
Show Gist options
  • Save jamesu/1717574 to your computer and use it in GitHub Desktop.
Save jamesu/1717574 to your computer and use it in GitHub Desktop.
Remove duplicate emails from an mbox
#!/bin/sh
formail -D 100000000 idcache < $1 -s > $1_new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment