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:
“For, brother, know that this is art, and you
With a cold incautious sorrow stricken dumb,
Have your own vanishing slit of light let through,
Passionate as winter, where only a few may come:
Not idiots in the street find out the lees
In the last drink of dying Socrates.”
—Allen Tate (18991979)
“Friends, I owe more tears
To this dead man than you shall see me pay.
I shall find time, Cassius, I shall find time.”
—William Shakespeare (15641616)
“Meetings are a great trap. Soon you find yourself trying to get agreement and then the people who disagree come to think they have a right to be persuaded.... However, they are indispensable when you dont want to do anything.”
—John Kenneth Galbraith (b. 1908)