tldr/pages/windows/popd.md

8 lines
144 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.
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`