summaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-09 16:37:53 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-09 16:37:53 +0000
commit5b5db38a7df20c8196e6a737cb2c76b219e152cc (patch)
treedcf75d601711f5c3b7ccf036ba80b7fcc71fc338 /docs/busybox.pod
parent1bca5ed886322f49fddd4b05ca76fd3a1906d98b (diff)
downloadbusybox-w32-5b5db38a7df20c8196e6a737cb2c76b219e152cc.tar.gz
busybox-w32-5b5db38a7df20c8196e6a737cb2c76b219e152cc.tar.bz2
busybox-w32-5b5db38a7df20c8196e6a737cb2c76b219e152cc.zip
Patch from Matt Kraai to implement uniq -[cdu]
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 2ddacd152..5e4798439 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1954,6 +1954,12 @@ Usage: uniq [OPTION]... [INPUT [OUTPUT]]
1954 1954
1955Discard all but one of successive identical lines from INPUT 1955Discard all but one of successive identical lines from INPUT
1956(or standard input), writing to OUTPUT (or standard output). 1956(or standard input), writing to OUTPUT (or standard output).
1957
1958Options:
1959
1960 -c prefix lines by the number of occurrences
1961 -d only print duplicate lines
1962 -u only print unique lines
1957 1963
1958Example: 1964Example:
1959 1965
@@ -2286,4 +2292,4 @@ Enrique Zanardi <ezanardi@ull.es>
2286 2292
2287=cut 2293=cut
2288 2294
2289# $Id: busybox.pod,v 1.79 2000/12/08 20:38:00 andersen Exp $ 2295# $Id: busybox.pod,v 1.80 2000/12/09 16:37:53 andersen Exp $