Find Syntax
find path...
The three options control how the find command should treat symbolic links. The default behaviour is never to follow symbolic links. This can be explicitly specified using the -P flag. The -L flag will cause the find command to follow symbolic links. The -H flag will only follow symbolic links while processing the command line arguments. These flags are not available with some older versions of find.
At least one path must precede the expression. find is capable of interpreting wildcards internally and commands must be constructed carefully in order to control shell globbing.
Expression elements are whitespace-separated and evaluated from left to right. They can contain logical elements such as AND (-a) and OR (-o) as well as more complex predicates.
The GNU find has a large number of additional features not specified by POSIX.
Read more about this topic: Find
Famous quotes containing the word find:
“Those feelings of envy are familiar to many of us. We see our children accomplishing things that weve always been afraid to try, or we give them opportunities that we never had, and we find ourselves feeling jealousy mixed with our pride, or we feel resentful when they take it all for granted.”
—Ruth Davidson Bell (20th century)