Here’s how to quickly find out list of modified files today in Linux Mint / Ubuntu:
1. Issue the following command at the terminal –
find ~ -type f -mtime 0
[In above screenshot, we found that the two files created by us on the desktop appeared in the list]