1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

mdfind: add Chinses translation

This commit is contained in:
wizarot 2019-03-01 11:49:45 +08:00 committed by Agniva De Sarker
parent afc2368ce9
commit 2d672ba3eb

15
pages.zh/osx/mdfind.md Normal file
View file

@ -0,0 +1,15 @@
# mdfind
> 列出与给定查询匹配的文件.
- 按文件名查找文件:
`mdfind -name {{文件}}`
- 按内容查找文件:
`mdfind {{查找的字符串}}`
- 在给定目录中查找包含字符串的文件:
`mdfind -onlyin {{目录}} {{字符串}}`