find . -mtime -7

Category: File Operations

find . -mtime -7

Find files modified in the last 7 days

Finds files that were modified within the last 7 days. -mtime -7 means 'modified fewer than 7 days ago'.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.