pushd: add Dutch translation (#13686)

This commit is contained in:
Sebastiaan Speck
2024-09-21 19:02:54 +02:00
committed by GitHub
parent c1908ff3b4
commit e15f86c201
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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}}`