This will give you the info:
Code: Select all
find ~ -type f -mtime 00 means today
if you put a 1 in there you will get data that are 1 day old etc.
To remember it I made the changedtoday alias:
Code: Select all
alias changedtoday='find ~ -type f -mtime 0'So whenever I write
Code: Select all
changedtoday