Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-02 00:21:15 +00:00
parent fde4de0db5
commit 922b1aa234
102 changed files with 288 additions and 216 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Concurrent Versions System, a revision control system.
> More information: <https://manned.org/cvs>.
- Create a new repository (requires the `CVSROOT` environment variable to be set externally):
- Create a new repository (requires the `$CVSROOT` environment variable to be set externally):
`cvs -d {{path/to/repository}} init`