Files
cheatsheet-tldr/tldr/windows/popd
2026-01-03 00:21:19 +00:00

15 lines
361 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.
> See also: `pushd`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/popd>.
- Switch to directory at the top of the stack:
`popd`