|
find command : finding files that are created within last 24 hours
Hi friends,
I have a directory which in-turn consists of subdirectorie(s) and/or file(s). Using find commond we can find the file modified 24 hours ago etc. But I want to find all the files that are newly created (or copied and pasted to this directory ) within last 24 hours.
How can I do this using find command???
please help,
Thanks in advance.
|