Search for files changed recently.
Section: Searching and Pattern Matching
Find files by modification time
bash
bash
find /var/log -type f -mtime -1Explanation
Helpful for cleanup jobs and recent-activity investigations.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Searching and Pattern Matching