How To Quickly Find Out List Of Modified Files Today In Linux Mint / Ubuntu

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

find ~ -type f -mtime 0; finding list of modified files today in linux terminal

find ~ -type f -mtime 0; finding list of files modified today in Linux Mint / Ubuntu

[In above screenshot, we found that the two files created by us on the desktop appeared in the list]

 

Comments are closed.