Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| find [2023/01/18 13:39] – admin | find [2024/12/30 12:03] (current) – [All files modified today] admin | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ===== All files modified today ===== | ===== All files modified today ===== | ||
| < | < | ||
| + | find / -path /proc -prune -o -path /sys -prune -o -type f -newermt " | ||
| find / -mount -mtime -1 -ls |sort -k 11 |less | find / -mount -mtime -1 -ls |sort -k 11 |less | ||
| </ | </ | ||