cd: add cd / (#8532)

add change directory to root directory
This commit is contained in:
Shubham Kshetre
2022-09-27 21:51:08 +05:30
committed by GitHub
parent bac421272f
commit 163f2452da

View File

@@ -22,3 +22,7 @@
- Go to the previously chosen directory:
`cd -`
- Go to the root directory:
`cd /`