Merge pull request #169 from tianaixin/master
Fix: find command in Linux Chapter
This commit is contained in:
commit
a589bd22a5
|
@ -466,7 +466,8 @@ locate 使用 /var/lib/mlocate/ 这个数据库来进行搜索,它存储在内
|
||||||
find 可以使用文件的属性和权限进行搜索。
|
find 可以使用文件的属性和权限进行搜索。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
# find filename [option]
|
# find [basedir] [option]
|
||||||
|
example: find . -name "shadow*"
|
||||||
```
|
```
|
||||||
|
|
||||||
(一)与时间有关的选项
|
(一)与时间有关的选项
|
||||||
|
|
Loading…
Reference in New Issue
Block a user