tldr/pages/windows/pushd.md

10 lines
309 B
Markdown
Raw Normal View History

# pushd
> Place a directory on a stack so it can be accessed later.
2017-10-10 03:12:58 +01:00
> See also `popd` to switch back to original directory.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>.
- Switch to directory and push it on the stack:
`pushd {{path\to\directory}}`