by ankur on Thursday, 13 November 2008 how to find files in a given directory
find a dive file in a given directory find . -name "fileName.txt" -print It will print out filesName.txt locations
To find files modify in last 24 hr use following command find . -mtime -1 -print
Watchout Evon’s latest activities at