ubuntu:bash:find_new_files
Differences
This shows you the differences between two versions of the page.
ubuntu:bash:find_new_files [2019/11/29 10:43] – created peter | ubuntu:bash:find_new_files [2019/12/07 01:38] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Bash - Find new files ====== | ||
- | |||
- | This shows the top 10 files created at most two days ago. | ||
- | |||
- | <code bash> | ||
- | 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)