Generate random permutations. More information: https://www.unix.com/man-page/linux/1/shuf/.
shuf {{filename}}
shuf --head-count={{5}} {{filename}}
shuf {{filename}} --output={{output_filename}}
shuf --input-range={{1-10}}