dir: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
85dfc7f5f5
commit
3cec008061
19
pages.zh/windows/dir.md
Normal file
19
pages.zh/windows/dir.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# dir
|
||||
|
||||
> 列出目录的内容.
|
||||
|
||||
- 显示当前目录的内容:
|
||||
|
||||
`dir`
|
||||
|
||||
- 显示指定目录的内容:
|
||||
|
||||
`dir {{目录的路径}}`
|
||||
|
||||
- 显示当前目录的内容,包括隐藏的文件:
|
||||
|
||||
`dir /A`
|
||||
|
||||
- 显示指定目录的内容,包括隐藏的文件:
|
||||
|
||||
`dir {{目录的路径}} /A`
|
Reference in New Issue
Block a user