Return to Snippet

Revision: 2582
at March 13, 2007 02:14 by micmath


Initial Code
find / -mtime -7 -print

Initial URL


Initial Description
Change / to the root directory you wish to search in. Change -7 to +7 for files changed more than a week ago.

Initial Title
Find files modified in the last week.

Initial Tags
linux

Initial Language
Bash