mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 11:35:42 +02:00
12 lines
377 B
Markdown
12 lines
377 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 van het originele Command Prompt commando:
|
|
|
|
`tldr cd`
|
|
|
|
- Bekijk de documentatie van het originele PowerShell commando:
|
|
|
|
`tldr set-location`
|