HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

popd — Change the current directory to the directory stored by the `pushd` command. See also: `pushd`. More

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentdirectorycommandclichangepopd
windows

Problem

How to use the popd command: 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>.

Solution

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

Code Snippets

Switch to directory at the top of the stack

popd

Context

tldr-pages: windows/popd

Revisions (0)

No revisions yet.