diff --git a/pages/windows/cd.md b/pages/windows/cd.md new file mode 100644 index 0000000000..6a55c3b02a --- /dev/null +++ b/pages/windows/cd.md @@ -0,0 +1,20 @@ +# cd + +> Displays the name of or changes the current working directory. +> More information: . + +- Go to a directory in the same drive: + +`cd {{path/to/directory}}` + +- Display the name of the current directory: + +`cd` + +- Go up to the parent of the current directory: + +`cd ..` + +- Go to a directory in a different drive: + +`cd {{path/to/directory}} /d`