From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 17:34:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F5C816A4CE for ; Wed, 22 Sep 2004 17:34:56 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DA543D5E for ; Wed, 22 Sep 2004 17:34:55 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i8MHYqEv018436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Sep 2004 18:34:52 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8MHYpr3018435; Wed, 22 Sep 2004 18:34:51 +0100 (BST) (envelope-from matthew) Date: Wed, 22 Sep 2004 18:34:51 +0100 From: Matthew Seaman To: Drew Tomlinson Message-ID: <20040922173451.GA18351@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Drew Tomlinson , FreeBSD Questions References: <4151998F.205@mykitchentable.net> <20040922153904.GA16792@happy-idiot-talk.infracaninophile.co.uk> <4151A296.90505@mykitchentable.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <4151A296.90505@mykitchentable.net> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 22 Sep 2004 18:34:52 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: FreeBSD Questions Subject: Re: Find Command Syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 17:34:56 -0000 --/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--