mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 11:26:03 +02:00
shuf: range description fix
This commit is contained in:
parent
d0dee849c2
commit
1089ebb837
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- generate random numbers in range
|
- generate random numbers in range
|
||||||
|
|
||||||
`shuf -i LO-HI`
|
`shuf -i {{low}}-{{high}}`
|
||||||
|
|
||||||
- take first n results from output
|
- take first n results from output
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue