Find all files modified in the past week. The -iname switch permits case insensitive matches.
find / -iname "*.*" -mtime -7

Category: Linux Tags:
Linux: Use a command terminal, such as xterm or konsole.
Windows: Start > Run, type cmd.exe and press Enter for the command prompt.
Find all files modified in the past week. The -iname switch permits case insensitive matches.
