User Tools

Site Tools


ubuntu:find:find_new_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:find:find_new_files [2020/07/15 09:30] – external edit 127.0.0.1ubuntu:find:find_new_files [2022/06/13 09:05] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Find - 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 
-</code> 
  
ubuntu/find/find_new_files.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki