Provided by: rust-coreutils_0.0.14-3_amd64
NAME
shuf - manual page for shuf 0.0.14
DESCRIPTION
shuf 0.0.14 Shuffle the input by outputting a random permutation of input lines.Each output permutation is equally likely.With no FILE, or when FILE is -, read standard input. USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/shuf [OPTION]... [FILE] /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/shuf -e [OPTION]... [ARG]... /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/shuf -i LO-HI [OPTION]... ARGS: <file> OPTIONS: -e, --echo [<ARG>...] treat each ARG as an input line -h, --help Print help information -i, --input-range <LO-HI> treat each number LO through HI as an input line -n, --head-count <COUNT> output at most COUNT lines -o, --output <FILE> write result to FILE instead of standard output -r, --repeat output lines can be repeated --random-source <FILE> get random bytes from FILE -V, --version Print version information -z, --zero-terminated line delimiter is NUL, not newline
SEE ALSO
The full documentation for shuf is maintained as a Texinfo manual. If the info and shuf programs are properly installed at your site, the command info shuf should give you access to the complete manual.