Find

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:

    And it has to find what will suffice. It has
    To construct a new stage.
    Wallace Stevens (1879–1955)

    If these Essays were worthy of being judged, it might fall out, in my opinion, that they would not find much favour, either with common and vulgar minds, or with uncommon and eminent ones: the former would not find enough in them, the latter would find too much; they might manage to live somewhere in the middle region.
    Michel de Montaigne (1533–1592)

    Every fact is related on one side to sensation, and, on the other, to morals. The game of thought is, on the appearance of one of these two sides, to find the other: given the upper, to find the under side.
    Ralph Waldo Emerson (1803–1882)