How can I use the find command to list all files for example modified on april 9 2011.
Thank you,
Chris
|
feedback
|
|
Good suggestions here: and http://www.cyberciti.biz/faq/howto-finding-files-by-date/ I personally would use the | |||
|
feedback
|
|
You want the | |||
|
feedback
|
|
I usually just use 'ls' from the parent directory of the possible directories the files I want are held
where "Feb 22" is the date you're looking for. This is a terrible method due to it showing any files editing on Feb 22, regardless of the year - but usually this isn't an issue for me. If you need on or after X date, go with the other suggestions of using mtime. | |||
|
feedback
|