Date: Sun, 05 Jun 2005 21:14:28 -0500 From: Paul Schmehl <pauls@utdallas.edu> To: Francisco Reyes <lists@natserv.com>, FreeBSD Questions List <questions@freebsd.org> Subject: Re: Looking for files older than n number of days? Message-ID: <C1559D2543CB90EEE7006C0D@Paul-Schmehls-Computer.local> In-Reply-To: <20050605215422.O79500@zoraida.natserv.net> References: <20050605215422.O79500@zoraida.natserv.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--On June 5, 2005 10:01:23 PM -0400 Francisco Reyes <lists@natserv.com> wrote: > Looking at the man page for find I see several ways to look for files > exactly N days old or newer than N days, but did not see a flag for files > older than N number of days.. like files older than 90 days... Did I miss > it? > Use negation. find ! -n 10 blah Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C1559D2543CB90EEE7006C0D>