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:
“In my school-days, when I had lost one shaft,
I shot his fellow of the self-same flight
The self-same way with more advised watch
To find the other forth, and by adventuring both
I oft found both.”
—William Shakespeare (15641616)
“It snowed in spring on earth so dry and warm
The flakes could find no landing place to form.”
—Robert Frost (18741963)
“I find it, as ever, very unprofitable to have much to do with men. It is sowing the wind, but not reaping even the whirlwind; only reaping an unprofitable calm and stagnation. Our conversation is a smooth, and civil, and never-ending speculation merely.”
—Henry David Thoreau (18171862)