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,21 +1,21 @@
# zsh
> Z SHell.
> 与 `bash` 和 `sh` 兼容的命令行解释器.
> 更多信息:<https://www.zsh.org>.
> 与 `bash` 和 `sh` 兼容的命令行解释器
> 更多信息: <https://www.zsh.org>.
- 启动交互式解释器:
- 启动交互式解释器
`zsh`
- 执行从参数传入的命令:
- 执行从参数传入的命令
`zsh -c {{command}}`
- 从文件执行命令 (脚本):
- 从文件执行命令(脚本)
`zsh {{file}}`
- 从文件执行命令并将执行过的命令打印到终端:
- 从文件执行命令并将执行过的命令打印到终端
`zsh -x {{file}}`