1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 21:15:30 +02:00
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-09 23:12:58 -03:00
> See also `popd` to switch back to original directory.
2019-08-22 09:37:57 -03: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}}`