add new chinese translations
This commit is contained in:
@@ -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}}`
|
Reference in New Issue
Block a user