uniq: document -s option (thanks heaumer)

This commit is contained in:
ftrvxmtrx 2014-05-03 11:38:36 +02:00
parent 306bee92e1
commit 19cdd8c4b9

View file

@ -4,7 +4,7 @@ uniq \- report repeated lines in a file
.SH SYNOPSIS .SH SYNOPSIS
.B uniq .B uniq
[ [
.B -udc .B -udcs
[ [
.BI +- num .BI +- num
] ]
@ -37,6 +37,9 @@ Implies
and and
.BR -d . .BR -d .
.TP .TP
.B -s
Count as a duplicate if the prefix matches the previous unique line.
.TP
.BI - num .BI - num
The first The first
.IR num .IR num