Files
cheatsheet-tldr/tldr/windows/popd

14 lines
341 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# popd
> Changes the current directory to the directory stored by the `pushd` command.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/popd>.
- Switch to directory at the top of the stack:
`popd`