find /home -user exampleuser -mtime -7 -iname ".db"
| Description | Find all .db files (ignoring text case) modified in the last 7 days by a user named exampleuser. |
|---|
| Description | Find all .db files (ignoring text case) modified in the last 7 days by a user named exampleuser. |
|---|