mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 02:55:24 +02:00
356 B
356 B
pwd
In PowerShell, is dit commando een alias van
Get-Location
. Maar dit commando is niet beschikbaar op de Command Prompt (cmd
). Gebruikcd
voor soortgelijke functionaliteit.
- Bekijk de documentatie van het equivalente Command Prompt commando:
tldr cd
- Bekijk de documentatie van het originele PowerShell commando:
tldr get-location