Is there a way to run "find" so it reports all files/subdirs under a directory that are over X days old without transposing through all the subdirs?
example
under /X
/X/Y/Z
/X/A/B/C/D
/X/A/E/I/O/U
I would like it to report back only if Y and A have a date stamp older then 30 days.
example
under /X
/X/Y/Z
/X/A/B/C/D
/X/A/E/I/O/U
I would like it to report back only if Y and A have a date stamp older then 30 days.