Can I know find syntax to find given date files

Hi All,

Can i use find command to know given date files? If yes, then please let me know the syntax for the same.

Thanks in advance for your postive responses

Regards,
Bachegowda

Do you mean finding files created on a particular date?

Check the options -ctime and -mtime

Hi,

Ex: I need to find files which are created on 21st Feb 2008 using find command then please provide me syntax for the same. I didn't know where to mention said date.

ex: find ./ -name '*.sh' -ctime 21/02/2008 this is not working????????

Have a look at this thread files between any two given dates