cd: add cd / (#8532)

add change directory to root directory
pull/1/head
Shubham Kshetre 2022-09-27 21:51:08 +05:30 committed by GitHub
parent bac421272f
commit 163f2452da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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