where: add Chinese translation

italian
Starccy 2019-03-11 23:25:20 +08:00 committed by Starbeamrainbowlabs
parent 1f75c1651c
commit da9ea7b1f5
1 changed files with 20 additions and 0 deletions

20
pages.zh/windows/where.md Normal file
View File

@ -0,0 +1,20 @@
# where
> 显示与搜索模式匹配的文件的位置.
> 在默认情况下,搜索是在当前目录和 PATH环境变量指定的路径中执行的.
- 显示匹配的文件的位置:
`where {{文件模式}}`
- 显示匹配的文件的位置、大小和日期:
`where /T {{文件模式}}`
- 在指定的路径下递归搜索要匹配的文件:
`where /R {{目录的路径}} {{文件模式}}`
- 只返回退出代码,不显示匹配文件列表:
`where /Q {{文件模式}}`