mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
213 B
Markdown
8 lines
213 B
Markdown
# popd
|
|
|
|
> 将当前目录切换到`pushd`命令存储的目录。
|
|
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/popd>.
|
|
|
|
- 切换到储存在栈顶的目录:
|
|
|
|
`popd`
|