Skip to content

Commit

Permalink
Merge pull request CyC2018#169 from tianaixin/master
Browse files Browse the repository at this point in the history
Fix: find command in Linux Chapter
  • Loading branch information
CyC2018 authored Apr 9, 2018
2 parents 4bf4b2e + d55e585 commit a589bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notes/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ locate 使用 /var/lib/mlocate/ 这个数据库来进行搜索,它存储在内
find 可以使用文件的属性和权限进行搜索。

```html
# find filename [option]
# find [basedir] [option]
example: find . -name "shadow*"
```

(一)与时间有关的选项
Expand Down

0 comments on commit a589bd2

Please sign in to comment.