Provided by: rust-coreutils_0.0.14-3_amd64
NAME
uniq - manual page for uniq 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/uniq 0.0.14 Report or omit repeated lines. USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/uniq [OPTION]... [INPUT [OUTPUT]]... ARGS: <files>... OPTIONS: -c, --count prefix lines by the number of occurrences -d, --repeated only print duplicate lines -D, --all-repeated [<delimit-method>...] print all duplicate lines. Delimiting is done with blank lines. [default: none] [possible values: none, prepend, separate] -f, --skip-fields <N> avoid comparing the first N fields --group [<group-method>...] show all items, separating groups with an empty line. [default: separate] [possible values: separate, prepend, append, both] -h, --help Print help information -i, --ignore-case ignore differences in case when comparing -s, --skip-chars <N> avoid comparing the first N characters -u, --unique only print unique lines -V, --version Print version information -w, --check-chars <N> compare no more than N characters in lines -z, --zero-terminated end lines with 0 byte, not newline Filter adjacent matching lines from INPUT (or standard input), writing to OUTPUT (or standard output). Note: 'uniq' does not detect repeated lines unless they are adjacent. You may want to sort the input first, or use 'sort -u' without 'uniq'.
SEE ALSO
The full documentation for uniq is maintained as a Texinfo manual. If the info and uniq programs are properly installed at your site, the command info uniq should give you access to the complete manual.