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:
“Lucky Man,
she cant find room
in your heart
filled with a thousand women.
She has nothing better
to do with her days,
so she makes her thin body
even thinner.”
—Hla Stavhana (c. 50 A.D.)
“Are not the days of my life few? Let me alone, that I may find a little comfort before I go, never to return, to the land of gloom and deep darkness, the land of gloom and chaos, where light is like darkness.”
—Bible: Hebrew, Job 10:20.
“Live in contact with dreams and you will get something of their charm: live in contact with facts and you will get something of their brutality. I wish I could find a country to live in where the facts were not brutal and the dreams not real.”
—George Bernard Shaw (18561950)