From owner-freebsd-questions Tue Jan 9 8:46:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webhost.omniresource.com (www.omniresource.com [207.170.23.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FAA037B6CB for ; Tue, 9 Jan 2001 08:45:51 -0800 (PST) Received: by WEBHϪϪOST with Internet Mail Service (5.5.2650.21) id ; Tue, 9 Jan 2001 10:44:04 -0600 Message-ID: From: GB/DEV - Doug Poland To: "'mark.rowlands@minmail.net'" , Robert Myers Cc: "'freebsd-questions@freebsd.org'" Subject: RE: usage of find Date: Tue, 9 Jan 2001 10:45:34 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Rowlands said... > > On Tuesday 09 January 2001 02:55, Robert Myers wrote: > > > 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 > > and just in case you don't :-) > > http://unix.about.com/compute/unix/library/weekly/aa091100a.htm > > is a handy little reference with some examples Mark, Thanks, just the synopsis I was looking for... Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message