mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 18:42:08 +00:00
14 lines
341 B
Plaintext
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`
|