1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 19:05:59 +02:00

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

View file

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