1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-17 01:55:26 +02:00
tldr/pages/windows/popd.md

9 lines
252 B
Markdown
Raw Normal View History

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