Identify stale files.
Section: Find by Size and Time
Find files accessed more than 30 days ago
bash
bash
find . -type f -atime +30Learn 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 Find by Size and Time
Find files modified in last 1 day
Use mtime to find recently modified files.
Find files newer than reference file
Compare timestamps using a reference path.