Add cd\ command (#24750)

Add cd\ command in "Navigating Directories" section.
This commit is contained in:
krekalidis
2018-12-14 04:47:28 +02:00
committed by Manish Giri
parent fbf9524363
commit bebde5f6c9

View File

@ -18,7 +18,11 @@ To go back one directory type and enter `cd..`. Your current working directory s
```
C:\Users\YourUserName>
```
With the `cd` and `cd ..` commands you can move back and forth through directories. This might seem very basic at first but as you learn more commands the command prompt will become a very useful and efficient tool.
Also, to go back to the root directory type and enter `cd\`. Your current working directory should return to this:
```
C:\>
```
With the `cd`, `cd ..` and `cd\` commands you can move back and forth through directories. This might seem very basic at first but as you learn more commands the command prompt will become a very useful and efficient tool.
## Here is a list of common commands:
| Command | Description |