find是linux系统下一个常用的命令。
用户命令:
expression The first argument that starts with a -, or
is a ! or a (, and all subsequent arguments
are interpreted as an expression made up of
the following primaries and operators. In
the descriptions, wherever n is used as a
primary argument, it is interpreted as a
decimal integer optionally preceded by a
plus (+) or minus (-) sign, as follows:
+n more than n
n exactly n
-n less than n
以一个减号(-)、或者(!)或者(()打头的第一个参数和所有后续的参数一起被解析为一个表达式
-atimen True if the file was accessed n days ago.
The access time of directories in path is
changed by find itself.
如果文件在n天之前被访问。在path中的目录的访问时间将会被find更新
-ctime n True if the file's status was changed n days
ago.
如果文件在n天之前被修改
-depth Always true. Causes descent of the directory
hierarchy to be done so that all entries in
a directory are acted on before the direc-
tory itself. This can be useful when find
is used with cpio(1) to transfer files that
总是为true。执行深度优先原则。