Hi,

find . -name "url*.0" -mtime "Apr" | wc -l

find: invalid argument `Apr' to `-mtime'

I am looking out for the month of Apr only so how would the command -mtime look like

Thanks and Regards

Kaushal