List all files added/modified on date

findunix

How can I use the find command to list all files for example modified on april 9 2011.

Thank you,

Chris

Best Answer

Good suggestions here:

https://stackoverflow.com/questions/158044/how-to-use-find-to-search-for-files-created-on-a-specific-date

and

http://www.cyberciti.biz/faq/howto-finding-files-by-date/

I personally would use the -mtime option, but depending on your version of Linux/find, you may be able to use the options listed in the first link...