NAME
uunniiqq - report or filter out repeated lines in a file
SYNOPSIS
uunniiqq [-cc | -dd | -uu] [-ff fields] [-ss chars] [inputfile [outputfile]]
DESCRIPTION
The uunniiqq utility reads the standard input comparing adjacent lines, andwrites a copy of each unique input line to the standard output. The sec-
ond and succeeding copies of identical adjacent input lines are not writ-
ten. Repeated lines in the input will not be detected if they are not adjacent, so it may be necessary to sort the files first. The following options are available:-cc Precede each output line with the count of the number of times
the line occurred in the input, followed by a single space.-dd Don't output lines that are not repeated in the input.
-ff fields
Ignore the first fields in each input line when doing compar-
isons. A field is a string of non-blank characters separated
from adjacent fields by blanks. Field numbers are one based, i.e. the first field is field one.-ss chars
Ignore the first chars characters in each input line when doingcomparisons. If specified in conjunction with the -ff option, the
first chars characters after the first fields fields will beignored. Character numbers are one based, i.e. the first charac-
ter is character one.-uu Don't output lines that are repeated in the input.
If additional arguments are specified on the command line, the first such argument is used as the name of an input file, the second is used as the name of an output file. The uunniiqq utility exits 0 on success, and >0 if an error occurs. CCOOMMPPAATTIIBBIILLIITTYYThe historic ++number and -number options have been deprecated but are
still supported in this implementation.SEE ALSO
sort(1) STANDARDSThe uunniiqq utility is expected to be IEEE Std 1003.2 (``POSIX.2'') compati-
ble. BSD June 6, 1993 BSD