Saturday, November 15, 2014

How to find files with modify time in certain range

find .  -newermt '2013-01-01' ! -newermt '2013-05-01' -print