find recursively descends the directory hierarchy for each
path and applies an
option expression to each file
in the hierarchy.
-print is implied if there is no action that generates output. The expression starts with the first
argument that matches [(-!]. Option expressions may occur before and/or after the
path arguments. For numeric arguments
n
,
+n means
>n,
-n means
<n, and
n means exactly
n.
If no commands were executed (
-exec,
-xargs) the exit status is 1 if errors were detected in the directory traversal
and 0 if no errors were ecountered. Otherwise the status is:
- 0
- All command executions returned exit status 0.
- 1-125
A command line meeting the specified requirements could not be assembled, one or more of
the invocations of command returned non-0 exit status, or some other error occurred.
- 126
- command was found but could not be executed.
- 127
- command was not found.