Date: Wed, 22 Sep 2004 18:34:51 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Drew Tomlinson <drew@mykitchentable.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Find Command Syntax Message-ID: <20040922173451.GA18351@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <4151A296.90505@mykitchentable.net> References: <4151998F.205@mykitchentable.net> <20040922153904.GA16792@happy-idiot-talk.infracaninophile.co.uk> <4151A296.90505@mykitchentable.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2004 at 09:04:38AM -0700, Drew Tomlinson wrote: > On 9/22/2004 8:39 AM Matthew Seaman wrote: > >Try: > > > > find /path/to/Maildir/.Spam/cur -type f -mtime +1 -print > > > >Or you might want to use -ctime instead of -mtime -- I think mtime is > >probably a more reliable measure than ctime. > Thanks for your reply. This seems to work. However I'm confused. =20 > Should I use -ctime or -mtime? Hmmm... well, if you just save the Spam messages into that directory and don't alter them after that, then mtime and ctime will actually be the same. Either will do. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBUbe7iD657aJF7eIRAgpKAJ45reFRxhn2UoJrZODZUp7LuQQ3QACfaha2 FAMUx7HUZwNQh1qXJgnbzuU= =8eSd -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040922173451.GA18351>