A system administrator needs to find all files in the `/var/log` directory that have been modified in the last 7 days. Which of the following commands will accomplish this task?
-
A
find /var/log -mtime -7
-
B
grep -r -mtime 7 /var/log
-
C
find /var/log --modified 7
-
D
search /var/log -time 7