Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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