mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01: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
|
||||
|
||||
`shuf -i LO-HI`
|
||||
`shuf -i {{low}}-{{high}}`
|
||||
|
||||
- take first n results from output
|
||||
|
||||
|
|
Loading…
Reference in a new issue