* Ionel Mugurel Ciobica on Friday, December 25, 2009 at 19:49:59 +0100
> 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 \{} \;
This works for me[tm] though. From a script. And I checked ;-)
Perhaps it depends on the find implementation. This works as
well: -exec rm -f '{}' ';'

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

-empty is better, yes. 

c
-- 
So dacht ich. Nächstens mehr.
_HÖLDERLIN: H Y P E R I O N_  --->> http://www.blacktrash.org/hyperion/

Reply via email to