shuf

Generate random permutations. More information: https://keith.github.io/xcode-man-pages/shuf.1.html.

shuf {{path/to/file}}

shuf --head-count=5 {{path/to/file}}

shuf {{path/to/input_file}} --output {{ath/to/output_file}}

shuf --input-range=1-10