Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -20,9 +20,9 @@ source: https://github.com/tldr-pages/tldr.git
`readarray -t {{array_name}} < {{path/to/file.txt}}`
- Copy at most the specified number of lines:
- Copy at most `n` lines:
`readarray -n {{N}} {{array_name}} < {{path/to/file.txt}}`
`readarray -n {{n}} {{array_name}} < {{path/to/file.txt}}`
- Display help: