diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-09 16:37:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-09 16:37:53 +0000 |
commit | 5b5db38a7df20c8196e6a737cb2c76b219e152cc (patch) | |
tree | dcf75d601711f5c3b7ccf036ba80b7fcc71fc338 /docs/busybox.sgml | |
parent | 1bca5ed886322f49fddd4b05ca76fd3a1906d98b (diff) | |
download | busybox-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.sgml')
-rw-r--r-- | docs/busybox.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 184814125..7d86e19e2 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -3428,6 +3428,18 @@ | |||
3428 | </para> | 3428 | </para> |
3429 | 3429 | ||
3430 | <para> | 3430 | <para> |
3431 | Options: | ||
3432 | </para> | ||
3433 | |||
3434 | <para> | ||
3435 | <screen> | ||
3436 | -c prefix lines by the number of occurrences | ||
3437 | -d only print duplicate lines | ||
3438 | -u only print unique lines | ||
3439 | </screen> | ||
3440 | </para> | ||
3441 | |||
3442 | <para> | ||
3431 | Example: | 3443 | Example: |
3432 | </para> | 3444 | </para> |
3433 | 3445 | ||