RSS feed

Find files between two dates

June 23rd, 2009 | Posted in Blog, Linux | No Comments

# touch -amt 200906220000 /tmp/date1
# touch -amt 200906222359 /tmp/date2
# find / -type f -newer /tmp/date1 -a ! -newer /tmp/date2–



No Comments to “Find files between two dates”

There are no comments yet, add one below.


Leave a Comment






Categories