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:
“It is seldom very hard to do ones duty when one knows what it is, but it is often exceedingly difficult to find this out.”
—Samuel Butler (18351902)
“Play gives children a chance to practice what they are learning....They have to play with what they know to be true in order to find out more, and then they can use what they learn in new forms of play.”
—Fred Rogers (20th century)
“I will find out where she has gone,
And kiss her lips and take her hands;
And walk among long dappled grass,
And pluck till time and times are done
The silver apples of the moon,
The golden apples of the sun.”
—William Butler Yeats (18651939)