On Mon, Oct 16, 2006 at 10:41:12PM -0700, Peter Abrahamsen wrote: > ... and and even better version is: > > find /path -name 'dovecot.index.*' -print0 | xargs -0 rm > > Which doesn't do stupid things when you have mailboxes with spaces in > their names. On *BSD you can also use find -X which properly quotes the results. Geert