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