1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 04:15:35 +02:00

pushd: add Chinese translation

This commit is contained in:
wizarot 2019-03-13 11:31:36 +08:00 committed by Owen Voke
parent a395a42d43
commit dc3610aa59

16
pages.zh/osx/pushd.md Normal file
View file

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