uniq: document -s option (thanks heaumer)
This commit is contained in:
parent
306bee92e1
commit
19cdd8c4b9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue