This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
e168a701ec
Branches
Tags
No results found.
tldr
/
pages.zh
/
osx
/
mdfind.md
bl-ue
289e30dfb3
Chinese pages: correct Chinese punctuation (
#5240
)
2021-08-02 10:41:09 +02:00
269 B
Raw
Blame
History
mdfind
列出与给定查询匹配的文件。
按文件名查找文件:
mdfind -name {{文件}}
按内容查找文件:
mdfind {{查找的字符串}}
在给定目录中查找包含字符串的文件:
mdfind -onlyin {{目录}} {{字符串}}