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,16 +1,16 @@
# pushd
> 将目录放在堆栈上,以便以后访问.
> 另请参阅 `popd` 命令说明,以切换回原始目录.
> 将目录放在堆栈上,以便以后访问
> 另请参阅 `popd` 命令说明,以切换回原始目录
- 切换到目录并将其添加到堆栈上:
- 切换到目录并将其添加到堆栈上
`pushd {{directory}}`
- 切换堆栈上的第一个和第二个目录:
- 切换堆栈上的第一个和第二个目录
`pushd`
- 通过使第 5 个元素成为堆栈的顶部来旋转堆栈:
- 通过使第 5 个元素成为堆栈的顶部来旋转堆栈
`pushd +4`