On Fri, 10 Oct 2003, Shachar Shemesh wrote: > Can anyone recommend an mbox manipulation library for me? I need to > compare, merge, split, etc. several mbox files, which have some overlap.
Use formail for splitting, grepmail for comparing and getting rid of doubles (see -u option), cat for merging. Any manipulation I needed to do worked with those tools and a bit of bash scripting. -- Matan Ziv-Av. [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
