I am trying to write a script that looks a a bunch of files and get the last access date. Is there a way to get the access date of a file without changing the access date?
If I 'stat' a file it seems to change the access date of the file to today...
Any ideas?