Tagged Questions
1
vote
2answers
1k views
Solaris + display file time stamp [year][month][day]
I have Solaris 10 machine
I need to verify time stamp of some file in my Solaris machine
And to get the following format
[year][month][day]
Example of working command on Linux
ls -l ...
3
votes
2answers
586 views
List of Recently Modified Files
How can I Get a list of all files modified , say 3 months ago.
I checked this question but I was not able to apply it to my scenario.
I am trying this now , it seems to be working , but I know there ...
4
votes
4answers
2k views
last time file opened
Is it possible to get the time when file was opened last time and sort all files in a directory by those times?