User Tools

Site Tools


ubuntu:bash:find_new_files

This is an old revision of the document!


Ubuntu - Bash - 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/bash/find_new_files.1575024207.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki