find created date of some files.
ex) find before 20120101 00:00 created file search
]# touch -t 1201010000 aaa
]# find /path -not -newer aaa -exec ls -l {} \;
find created date of some files.
ex) find before 20120101 00:00 created file search
]# touch -t 1201010000 aaa
]# find /path -not -newer aaa -exec ls -l {} \;