where: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

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