format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,19 +1,19 @@
# dir
> 列出目录的内容.
> 列出目录的内容
- 显示当前目录的内容:
- 显示当前目录的内容
`dir`
- 显示指定目录的内容:
- 显示指定目录的内容
`dir {{目录的路径}}`
- 显示当前目录的内容,包括隐藏的文件:
- 显示当前目录的内容包括隐藏的文件
`dir /A`
- 显示指定目录的内容,包括隐藏的文件:
- 显示指定目录的内容包括隐藏的文件
`dir {{目录的路径}} /A`