2025-03-14 21:59:59 -06:00
|
|
|
# pushd
|
|
|
|
|
|
|
|
|
|
> Place a directory on a stack so it can be accessed later.
|
2026-02-18 06:55:01 -07:00
|
|
|
> See also: `popd`.
|
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}}`
|