mdfind: add Chinses translation
This commit is contained in:

committed by
Agniva De Sarker

parent
afc2368ce9
commit
2d672ba3eb
15
pages.zh/osx/mdfind.md
Normal file
15
pages.zh/osx/mdfind.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# mdfind
|
||||
|
||||
> 列出与给定查询匹配的文件.
|
||||
|
||||
- 按文件名查找文件:
|
||||
|
||||
`mdfind -name {{文件}}`
|
||||
|
||||
- 按内容查找文件:
|
||||
|
||||
`mdfind {{查找的字符串}}`
|
||||
|
||||
- 在给定目录中查找包含字符串的文件:
|
||||
|
||||
`mdfind -onlyin {{目录}} {{字符串}}`
|
Reference in New Issue
Block a user