From the File manager GUI, properties, I can see both the last modified date and last accessed date of a file.
I want to use the last accessed date in a script but a command such as 'ls -l' only lists the last modified date. How can I get to the last accessed date of a file?
I want to use the last accessed date in a script but a command such as 'ls -l' only lists the last modified date. How can I get to the last accessed date of a file?