1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

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

View file

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