On 25-12-2009, at 16h 24'34", Christian Ebert wrote about "Re: How to count new 
emails in mbox format mailbox?"
> 
> find $mailhier -type f -size 0 -exec rm -f \{} \;
> 

find $mailhier -empty -exec rm -f \{\} \\\;

Ionel

Reply via email to