shuf: improve usage example and its description (#5992)
This commit is contained in:
@@ -15,6 +15,6 @@
|
|||||||
|
|
||||||
`shuf {{filename}} -o {{output_filename}}`
|
`shuf {{filename}} -o {{output_filename}}`
|
||||||
|
|
||||||
- Generate random numbers in range:
|
- Generate 3 random numbers in the range 1-10 (inclusive):
|
||||||
|
|
||||||
`shuf -i {{1-10}}`
|
`shuf -n {{3}} -i {{1-10}} -r`
|
||||||
|
Reference in New Issue
Block a user