Files
cheatsheet-tldr/tldr/windows/popd
2025-12-30 00:21:56 +00:00

14 lines
340 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# popd
> Change 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`