--On June 5, 2005 10:01:23 PM -0400 Francisco Reyes <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to