Created
October 12, 2012 03:54
-
-
Save davesque/3877214 to your computer and use it in GitHub Desktop.
Remove duplicate mails with formail
This file contains 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
#!/bin/sh | |
formail -D 10000000 idcache < "$1" -s > ztmp && mv ztmp "$1" | |
rm idcache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment