Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-02 00:21:21 +00:00
parent 856ab03c8f
commit dfdf48edee
13 changed files with 51 additions and 20 deletions

View File

@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Empty the file's content, but do not create the file if it does not exist:
`truncate {{[-c|--no-create]}} {{[-s|--size]}} 0 {{path/to/file}}`
`truncate {{[-cs|--no-create --size]}} 0 {{path/to/file}}`