cd: add command to go to root of current drive (#9106)

This commit is contained in:
Colin Westwater
2022-10-26 16:27:10 +01:00
committed by GitHub
parent 3bb70dbb89
commit fee5f011e0

View File

@@ -7,6 +7,10 @@
`cd`
- Go to root of current drive:
`cd\`
- Go up to the parent of the current directory:
`cd ..`