From 63b56d944f512ddb9a1f5559317c7e1888ff33d1 Mon Sep 17 00:00:00 2001 From: cherem Date: Fri, 6 Mar 2020 10:19:35 -0700 Subject: [PATCH] cd: add page to windows (#3893) Co-authored-by: Owen Voke --- pages/windows/cd.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/windows/cd.md diff --git a/pages/windows/cd.md b/pages/windows/cd.md new file mode 100644 index 000000000..6a55c3b02 --- /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`