Files
tldr/pages/windows/cd.md
Emily Grace Seville b31a2dc305 cd: update page (#8350)
* Refresh cd.md

* Refresh command description

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-15 09:12:35 +10:00

465 B

cd

Display the current working directory or change the current working 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}}