mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 14:45:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user