Re: Managing Maildirs
From: Ollie Cook (ollie_at_uk.clara.net)
Date: 12/22/03
- Previous message: Vahric MUHTARYAN: "RE: Anybody Use 2 or More CPU at Production Env. ( SMP )"
- In reply to: Bill Campbell: "Re: Managing Maildirs"
- Next in thread: Bill Campbell: "Re: Managing Maildirs"
- Reply: Bill Campbell: "Re: Managing Maildirs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Dec 2003 10:55:37 +0000 To: Bill Campbell <freebsd@celestial.com>
On Sun, Dec 21, 2003 at 12:58:22PM -0800, Bill Campbell wrote:
> >Using '-delete' rather than 'find ... | xargs rm' should be more efficient
> >still:
> >
> > find /home/*/Maildir/.Trash -type f -mtime +30 -delete
>
> Hmmm. That would be nice, but it seems to be BSD-centric. I don't see the
> ``-delete'' option in any version of find I have around, certainly not in
> the find from gnu:
> gfind . -name xxxxyyyyzzz -delete
> gfind: invalid predicate `-delete'
Well, forgive me, but this is a FreeBSD-centric mailing list. :)
Ol.
-- Oliver Cook Systems Administrator, Claranet UK ollie@uk.clara.net 020 7903 3065 _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Vahric MUHTARYAN: "RE: Anybody Use 2 or More CPU at Production Env. ( SMP )"
- In reply to: Bill Campbell: "Re: Managing Maildirs"
- Next in thread: Bill Campbell: "Re: Managing Maildirs"
- Reply: Bill Campbell: "Re: Managing Maildirs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|