Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2001 20:55:12 -0500
From:      "Robert Myers" <ccrider@whiterose.net>
To:        "'GB/DEV - Doug Poland'" <doug.poland@omniresources.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: usage of find
Message-ID:  <002301c079df$3569fbe0$0201a8c0@ccrider2k>
In-Reply-To: <DF5018B3C986D11196FF0060089A903C32CCBF@gbdev.omniresource.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002301c079df$3569fbe0$0201a8c0>