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,21 +1,21 @@
# where
> 显示搜索模式匹配的文件位置。
> 默认情况下,搜索是在当前目录和 PATH 环境变量指定的路径中执行的
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/where>.
> 显示匹配搜索模式的文件位置。
> 默认情况下为当前工作目录和 PATH 环境变量的路径。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/where>
- 显示匹配的文件的位置:
- 显示文件模式的位置:
`where {{文件模式}}`
`where {{file_pattern}}`
- 显示匹配的文件的位置、大小和日期
- 显示包括文件大小和日期的文件模式位置
`where /T {{文件模式}}`
`where /T {{file_pattern}}`
- 在指定路径下递归搜索要匹配的文件:
- 在指定路径下递归搜索文件模式
`where /R {{目录的路径}} {{文件模式}}`
`where /R {{path\to\directory}} {{file_pattern}}`
- 只返回退出代码,不显示匹配文件列表
- 安静地返回文件模式位置的错误代码
`where /Q {{文件模式}}`
`where /Q {{file_pattern}}`