add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# mdfind
> 列出与给定查询匹配的文件。
> 更多信息:<https://keith.github.io/xcode-man-pages/mdfind.1.html>.
> 列出与查询匹配的文件。
> 更多信息:<https://keith.github.io/xcode-man-pages/mdfind.1.html>
- 按文件名查找文件:
`mdfind -name {{文件}}`
`mdfind -name {{file}}`
- 按内容查找文件:
-文件内容查找文件:
`mdfind "{{查找的字符串}}"`
`mdfind "{{query}}"`
-定目录中查找包含字符串的文件:
-定目录中查找包含某个字符串的文件:
`mdfind -onlyin {{目录}} "{{字符串}}"`
`mdfind -onlyin {{directory}} "{{query}}"`