List files with last access date in linux
- by kayaker243
I'd like to clean up a server that my webmaster let turn into a mess.
I know how to list all files not accessed within the last x days using find and -atime, but what I'm looking for is to come up with a listing of the last access date for files one level down in directory /foo:
/foo/bar1.txt Dec 11, 2001
/foo/bar2.txt Nov 12, 2008
/foo/bar3.txt…