Merge pull request #169 from tianaixin/master

Fix: find command in Linux Chapter
This commit is contained in:
CyC2018
2018-04-09 10:33:56 +08:00
committed by GitHub

View File

@ -466,7 +466,8 @@ locate 使用 /var/lib/mlocate/ 这个数据库来进行搜索,它存储在内
find 可以使用文件的属性和权限进行搜索。
```html
# find filename [option]
# find [basedir] [option]
example: find . -name "shadow*"
```
(一)与时间有关的选项