shuf Command Examples

Generate random permutations. More information: https://www.gnu.org/software/coreutils/manual/html_node/shuf-invocation.html.

shuf {{path/to/file}}

shuf {{[-n|--head-count]}} 5 {{path/to/file}}

shuf {{path/to/input_file}} {{[-o|--output]}} {{path/to/output_file}}

shuf {{[-n|--head-count]}} 3 {{[-i|--input-range]}} 1-10 {{[-r|--repeat]}}