ubuntu:find:find_new_files
This is an old revision of the document!
Ubuntu - Find - Find new files
This shows the top 10 files created at most two days ago.
sudo find /home ! -mtime +1 -type f -printf "%s %p\n" 2> /dev/null | sort -nr | head -n10
ubuntu/find/find_new_files.1575029987.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)