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:
parent
3bb70dbb89
commit
fee5f011e0
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`cd`
|
||||
|
||||
- Go to root of current drive:
|
||||
|
||||
`cd\`
|
||||
|
||||
- Go up to the parent of the current directory:
|
||||
|
||||
`cd ..`
|
||||
|
|
Loading…
Add table
Reference in a new issue