Revision: 2582
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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