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 them in verbose mode at the end of the search. In this case, 3650 stands for the number of days to go back.
Pingback: HowtoMatrix » Find files that are older than X years using Linux
Pingback: Command lists files older than x « Linux & Stuff