diff options
author | ftrvxmtrx <devnull@localhost> | 2014-05-03 11:38:36 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-05-03 11:38:36 +0200 |
commit | 19cdd8c4b97642dca9e61361495e066d79eefc3d (patch) | |
tree | 751bec5a2eb4bceef3a99a887596596d4ac06f99 /sys | |
parent | 306bee92e181a9c8b1cf0e746abdfcee7f246328 (diff) |
uniq: document -s option (thanks heaumer)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/uniq | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/1/uniq b/sys/man/1/uniq index 65fcd49fa..b03acdc9f 100644 --- a/sys/man/1/uniq +++ b/sys/man/1/uniq @@ -4,7 +4,7 @@ uniq \- report repeated lines in a file .SH SYNOPSIS .B uniq [ -.B -udc +.B -udcs [ .BI +- num ] @@ -37,6 +37,9 @@ Implies and .BR -d . .TP +.B -s +Count as a duplicate if the prefix matches the previous unique line. +.TP .BI - num The first .IR num |