find

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
find [2023/01/18 13:39] adminfind [2024/12/30 12:03] (current) – [All files modified today] admin
Line 12: Line 12:
 ===== All files modified today ===== ===== All files modified today =====
 <code> <code>
 +find / -path /proc -prune -o -path /sys -prune -o -type f -newermt "$(date +%Y-%m-%d)" -ls|more
 find / -mount -mtime -1 -ls |sort -k 11 |less find / -mount -mtime -1 -ls |sort -k 11 |less
 </code> </code>
  • find.1674020355.txt.gz
  • Last modified: 2023/01/18 13:39
  • by admin