find - search for files in a directory hierarchy
用法:
| options | description | 解释 |
|---|---|---|
| -type | File is of type | 查找的文件类型 |
| -name | file name | 文件名字(支持通配符) |
| -perm | File’s permission bits | 文件的数字权限位 |
| -mtime | file modification times | 文件修改时间 |
| -inum | File inode number | 文件inode值 |
| -a(-o)(!) | and(or)(!) | 并集(交集)(非) |
| -exec | Execute command | 执行命令 |
实例






