mirror of https://github.com/CrimsonTome/tldr.git
13 lines
379 B
Markdown
13 lines
379 B
Markdown
|
# chdir
|
||
|
|
||
|
> Dit commando is een alias van `cd` in Command Prompt en vervolgens `Set-Location` in PowerShell.
|
||
|
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.
|
||
|
|
||
|
- Bekijk de documentatie voor the originele Command Prompt commando:
|
||
|
|
||
|
`tldr cd`
|
||
|
|
||
|
- Bekijk de documentatie voor the originele PowerShell commando:
|
||
|
|
||
|
`tldr set-location`
|