
®nd(1) | ®nd(1) |
aThe time the ®le was last accessed
cThe time the inode of the ®le was last modi®ed m The time the ®le was last modi®ed
| If the tv2 character is omitted, it defaults to m. Note that the |
| equivalent to |
| Syntax examples; |
| |
| |
True if the ®le serial number (inode number) is n. Note that ®le serial numbers | |
| are unique only within a given ®le system. Therefore, matching ®le serial |
| numbers does not guarantee that the referenced ®les are the same unless you |
| restrict the search to a single ®le system. |
True if the ®le is the same physical ®le as the ®le speci®ed by path (i.e., linked to | |
| path). This primary is similar to |
| |
Causes the current path name to be printed. Always true. | |
True if the executed cmd returns a zero value as exit status. The end of cmd | |
| must be punctuated by a semicolon (;) or a plus sign (+) (semicolon and plus are |
| special to the shell and must be escaped). When a plus sign is used, cmd aggre- |
| gates a set of pathnames and executes on the set. The reason for preferring + to |
| a semicolon is vastly improved performance. Any command argument {} is |
| replaced by the current path name. cmd may contain supplementary code set |
| characters. |
Same as | |
| tion mark ®rst, and is executed only if the user responds by typing y. The form |
| of the af®rmative response is locale dependent: y in the C locale, see LANG on |
| environ(5). cmd may contain supplementary code set characters. |
Write the current ®le on device in cpio(4) format | |
| |
Same as | |
| |
If the current entry is a directory, cause find to skip that directory. This can | |
| be useful to avoid walking certain directories, or to avoid recursive loops when |
| using cpio |
| has also been given. See the description of |
| below, for more information. Always true. |
This is a | |
| directory, unless |
| example, the following three commands are equivalent: |
| find . |
| find . |
| find . |
| Note, however, that |
| Always true. |
( expression ) | True if the parenthesized expression is true. The spaces are required. |
| Parentheses are special to the shell and must be escaped, as in \( and \). |
Primaries can be combined by using the following operators (in order of decreasing precedence):
! expression | Logical NOT operator. True if expression is not true. |
expression
expression
If expression is omitted, or if none of
− 3 − | Section 1−273 |
f