mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 03:50:31 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/dos/cd
Normal file
21
tldr/dos/cd
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# CD
|
||||
|
||||
> Change the current working directory.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-cd>.
|
||||
|
||||
- Go to the specified directory:
|
||||
|
||||
`CD {{PATH\TO\DIRECTORY}}`
|
||||
|
||||
- Go up to the parent of the current directory:
|
||||
|
||||
`CD ..`
|
||||
|
||||
- Go to the root directory of the current drive:
|
||||
|
||||
`CD \`
|
||||
Reference in New Issue
Block a user