2009-02-17

find - files modified in period of time

Problem :
search every files recursively from the current directory that the modification time is the last 14 days with .conf extension



Solution :
e.g.
find ./ -mtime -14d -iname "*.conf"

Hasta la vista !!!

No comments: