	find_old_files - find files older than a specified time-offset

This is equivalent to the following find(1) command:

    find <dir> -type f -mtime +<offset> -print

I.e. scan the directory tree <dir> for regular files that are older
than <offset>, and write out their names.  However, while find(1)
only lets you specify the time offset as a number of days, this
program lets you narrow it down to hours, minutes, or seconds.

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    find_old_files.c	source file
    find_old_files.1	manual entry

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
