[tt]find / -type f -a -mtime -1095 -a -size +10485760[/tt]
... would list all files modified in the last three years that are larger than 10MB. Change "mtime" to "atime" if you want to do it based on last accessed time instead of last modified time.
Now it listed some files. But I am looking this year files also in this list. I want to find files which are not updated since last two to three years or more in sorted order. I want to see date, time stamp and path on these files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.