While doing this using below command
find /tmp type -f ls|grep "Any date"|wc -l
*Any date =May 15 or May 5
it gives the correct result for May 15 but for May 5 it does not give any result because in ls command there is extra space prior to 5 th may.
How to resolve these space issue so that my script work for both the values?