Linux: Find All Modified Files in Last X Days
Nifty linux command to remember:
$ find . -mtime -3 -ls /
This will display all the files modified in the last 3 days. You can change 3 to suit as many days as you require.
Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.