mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 16:26:00 +02:00
458 B
458 B
cd
Display the current working directory or move to a different directory. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/cd.
- Display the path of the current directory:
cd
- Go up to the parent of the current directory:
cd ..
- Go to a specific directory in the same drive:
cd {{path\to\directory}}
- Go to a specific directory in a different [d]rive:
cd /d {{C}}:{{path\to\directory}}