mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 01:44:04 +00:00
15 lines
361 B
Plaintext
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`
|