Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-16 00:22:14 +00:00
parent 27996b553a
commit 0881b6bcab
25 changed files with 121 additions and 71 deletions

View File

@@ -24,6 +24,14 @@ source: https://github.com/tldr-pages/tldr.git
`readarray < {{path/to/file.txt}} -n {{n}} {{array_name}}`
- Skip the first `n` lines:
`readarray < {{path/to/file.txt}} -s {{n}} {{array_name}}`
- Define a custom delimiter:
`readarray < {{path/to/file.txt}} -d {{delimiter}} {{array_name}}`
- Display help:
`help mapfile`