tldr/pages/windows/popd.md

9 lines
252 B
Markdown
Raw Normal View History

2017-10-09 03:21:56 +01:00
# popd
2017-10-09 03:41:57 +01:00
> Changes the current directory to the directory stored by the `pushd` command.
2019-08-22 13:37:57 +01:00
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/popd>.
2017-10-09 03:21:56 +01:00
- Switch to directory at the top of the stack:
2017-10-09 03:41:57 +01:00
`popd`