mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
9 lines
259 B
Markdown
9 lines
259 B
Markdown
# pushd
|
|
|
|
> 将目录储存在栈顶以便稍后访问。
|
|
> 参考`popd`命令来切换到原目录。
|
|
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/pushd>.
|
|
|
|
- 切换目录并将它放至栈:
|
|
|
|
`pushd {{目录}}`
|