Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

View File

@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
`afplay --rate {{0.5}} {{path/to/file}}`
- Play the first N seconds of a sound file:
- Play the first `n` seconds of a sound file:
`afplay --time {{seconds}} {{path/to/file}}`
`afplay --time {{n}} {{path/to/file}}`