aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ddup.1df
blob: ca5e35a0593d404950dea1f693bc970a34e7a8c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH DDUP 1df "November 2016" "Manual page for ddup"
.SH NAME
.B ddup
\- remove duplicates from unsorted output
.SH USAGE
.B ddup
FILE1 [FILE2 ...]
.br
.B ddup
< FILE
.br
program |
.B ddup
.SH DESCRIPTION
.B ddup
removes duplicate lines from the input without requiring it to be sorted.
Because it caches each unique line, this is less efficient than using sort(1)
and then uniq(1), but necessary if maintaining the order is desirable.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>