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:
“I find my wife hath something in her gizzard, that only waits an opportunity of being provoked to bring up; but I will not, for my content-sake, give it.”
—Samuel Pepys (16331703)
“But when to mischiefmortals bend their will,
How soon they find fit instruments of ill!”
—Alexander Pope (16881744)
“She say, Celie, tell the truth, have you ever found God in church? I never did. I just found a bunch of folks hoping for him to show. Any God I ever felt in church I brought in with me. And I think all the other folks did too. They come to church to share God, not find God.”
—Alice Walker (b. 1944)