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