1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`