shuf
version: 0.0.9
shuf [OPTION]... [FILE]
Options
--help,-h-
Print help information
--version,-V-
Print version information
--echo=<ARG>,-e <ARG>-
treat each ARG as an input line
--input-range=<LO-HI>,-i <LO-HI>-
treat each number LO through HI as an input line
--head-count=<COUNT>,-n <COUNT>-
output at most COUNT lines
--output=<FILE>,-o <FILE>-
write result to FILE instead of standard output
--random-source=<FILE>-
get random bytes from FILE
--repeat,-r-
output lines can be repeated
--zero-terminated,-z-
line delimiter is NUL, not newline