In Unix-like and some other operating systems, find is a command-line utility that searches through one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file. The possible search criteria include a pattern to match against the file name or a time range to match against the modification time or access time of the file. By default, find returns a list of all files below the current working directory.
The related locate programs use a database of indexed files obtained through find (updated at regular intervals, typically by cron job) to provide a faster method of searching the entire filesystem for files by name.
Read more about Find: Find Syntax, POSIX Protection From Infinite Output
Famous quotes containing the word find:
“Often, when I want to consult my impulses, I cannot find them.”
—Mason Cooley (b. 1927)
“Our law very often reminds one of those outskirts of cities where you cannot for a long time tell how the streets come to wind about in so capricious and serpent-like a manner. At last it strikes you that they grew up, house by house, on the devious tracks of the old green lanes; and if you follow on to the existing fields, you may often find the change half complete.”
—Walter Bagehot (18261877)
“Even the propagandists on the radio find it very difficult to really say let alone believe that the world will be a happy place, of love and peace and plenty, and that the lion will lie down with the lamb and everybody will believe anybody.”
—Gertrude Stein (18741946)