mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
10 lines
318 B
Markdown
10 lines
318 B
Markdown
![]() |
# pushd
|
||
|
|
||
|
> Plaats een map op de stapel zodat deze later kan worden benaderd.
|
||
|
> Zie ook `popd` om terug te schakelen naar de originele map.
|
||
|
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>.
|
||
|
|
||
|
- Schakel naar een map en zet deze op de stapel:
|
||
|
|
||
|
`pushd {{pad\naar\map}}`
|