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:
“When its over I dont want to wonder
if I have made of my life something particular, and real.
I dont want to find myself sighing and frightened,
or full of argument.
I dont want to end up simply having visited this world.”
—Mary Oliver (b. 1935)