tldr/pages/windows/pushd.md

10 lines
306 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.
2019-08-22 13:37:57 +01:00
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/pushd>.
- Switch to directory and push it on the stack:
`pushd {{directory}}`