format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

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