I was tasked at work the other day to provide a report of all files on shared drive. The report would be including the following:

filemame
absolute path
atime
ctime
owner
size

It would also break up the report in to three date chunks: 18months and newer 18-24 months and >24 months

And it should be formatted so it's readable by managers outside of the IT department. I have an extremely basic knowledge of perl, but I do know other languages. If there's a script out there, or if somebody can get me started on this, I should be able to fill in the blanks.

Thanks in advance!!