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 went into the kitchen and got halfway to the phone before I realized that I couldnt call her.... A lot of people who lost a mother or father or husband or wife will tell you that they find themselves almost talking out loud. I do that a lot.”
—Bill Clinton (b. 1946)
“Why, man, he doth bestride the narrow world
Like a colossus, and we petty men
Walk under his huge legs and peep about
To find ourselves dishonorable graves.”
—William Shakespeare (15641616)
“The mind is the great poem of winter, the man,
Who, to find what will suffice,
Destroys romantic tenements
Of rose and ice....”
—Wallace Stevens (18791955)