cd: add page to windows (#3893)

Co-authored-by: Owen Voke <owzie123@gmail.com>
This commit is contained in:
cherem
2020-03-06 10:19:35 -07:00
committed by GitHub
parent e54c562361
commit 63b56d944f

20
pages/windows/cd.md Normal file
View File

@@ -0,0 +1,20 @@
# cd
> Displays the name of or changes the current working directory.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cd>.
- 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`