2025-03-14 21:59:59 -06:00
|
|
|
# pushd
|
|
|
|
|
|
|
|
|
|
> Place a directory on a stack so it can be accessed later.
|
2025-09-14 18:48:49 -06:00
|
|
|
> See also: `popd` to switch back to original directory.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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}}`
|