From owner-freebsd-questions Mon Jan 8 17:57:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whiterose.net (whiterose.net [199.245.105.145]) by hub.freebsd.org (Postfix) with ESMTP id 6CB5337B69B for ; Mon, 8 Jan 2001 17:57:14 -0800 (PST) Received: from ccrider2k (adsl-141-151-201-154.cptl.adsl.bellatlantic.net [141.151.201.154]) by whiterose.net (8.10.1/8.10.1) with SMTP id f091vR319713; Mon, 8 Jan 2001 20:57:28 -0500 From: "Robert Myers" To: "'GB/DEV - Doug Poland'" , "'freebsd-questions@freebsd.org'" Subject: RE: usage of find Date: Mon, 8 Jan 2001 20:55:12 -0500 Message-ID: <002301c079df$3569fbe0$0201a8c0@ccrider2k> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm having trouble figuring out how to use find to > locate files created or accessed after a certain > date/time. > > Could someone give me a pointer please? > Doug, See the -mtime, -atime and -ctime options in the find(1) man page. -atime is used to check against last time accessed, and -ctime is to check against creation time. You get the idea. Good luck. Robert Myers Systems Administrator White Rose Internet Service http://whiterose.net (717)439-1478 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message