13 lines
356 B
Markdown
13 lines
356 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.
|
||
|
|
|
||
|
|
- Bekijk de documentatie van het equivalente Command Prompt commando:
|
||
|
|
|
||
|
|
`tldr cd`
|
||
|
|
|
||
|
|
- Bekijk de documentatie van het originele PowerShell commando:
|
||
|
|
|
||
|
|
`tldr get-location`
|