mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 02:13:54 +02:00
14 lines
465 B
Markdown
14 lines
465 B
Markdown
![]() |
# pwd
|
||
|
|
||
|
> In PowerShell, is dit commando een alias van `Get-Location`.
|
||
|
> Maar dit commando is niet beschikbaar op de Command Prompt (`cmd`). Gebruik `cd` voor soortgelijke functionaliteit.
|
||
|
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
|
||
|
|
||
|
- Bekijk documentatie voor het equivalente Command Prompt commando:
|
||
|
|
||
|
`tldr cd`
|
||
|
|
||
|
- Bekijk documentatie voor het originele PowerShell commando:
|
||
|
|
||
|
`tldr get-location`
|