Find files that are older than X years using Linux
If you want to find out what files are older than - let’s say - ten years and still residing on your hard drive, do a cd /find . -mtime +3650 This will search for such files on all your Linux partition and display[...]


