I'm using anacron to run my cron jobs. Every single time anacron runs, I get something like this in my console log: drwxr-xr-x 10 root admin 340 27 Feb 08:38 . drwxr-xr-x 3 root admin 102 27 Feb 08:29 ...
I'm using Solaris 10. I need to be able to generate a list of files which are newer than X minutes ago so that I can work with that set of files. I know that find has the -newer option; Solaris' find ...