10 lines
267 B
Markdown
Raw Normal View History

# popd
> Change the current directory to the directory stored by the `pushd` command.
> See also: `pushd`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/popd>.
- Switch to directory at the top of the stack:
`popd`