aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-20 13:51:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-20 13:51:18 +1300
commit66b2b2612732e6782f5ed598361e0cc7ee061e7e (patch)
tree67d0a80797fb8bd1054d540d84a6dfba0d331b8b /man
parentResolve a shellcheck issue (diff)
downloaddotfiles-66b2b2612732e6782f5ed598361e0cc7ee061e7e.tar.gz
dotfiles-66b2b2612732e6782f5ed598361e0cc7ee061e7e.zip
Add ddup(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/ddup.1df20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/man1/ddup.1df b/man/man1/ddup.1df
new file mode 100644
index 00000000..ca5e35a0
--- /dev/null
+++ b/man/man1/ddup.1df
@@ -0,0 +1,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>