snippetbashTip
popd — Change the current directory to the directory stored by the `pushd` command. See also: `pushd`. More
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:
popdCode Snippets
Switch to directory at the top of the stack
popdContext
tldr-pages: windows/popd
Revisions (0)
No revisions yet.