Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-06 00:19:32 +00:00
parent 31c618829e
commit 3e6fa5fca1
47 changed files with 214 additions and 39 deletions

21
tldr/dos/cd Normal file
View 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 \`