In the last episode (Jun 05), Francisco Reyes said:
> 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?

"find . -mtime +5" , or "find . -mtime +5d", depending on whether you
want 5 days as of the next midnight, or 5 days as of when find was
started.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to