summaryrefslogtreecommitdiff
path: root/man/uniq.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/uniq.1')
-rw-r--r--man/uniq.171
1 files changed, 71 insertions, 0 deletions
diff --git a/man/uniq.1 b/man/uniq.1
new file mode 100644
index 0000000..881d448
--- /dev/null
+++ b/man/uniq.1
@@ -0,0 +1,71 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
+.TH UNIQ "1" "March 2007" "GNU coreutils 6.9" "User Commands"
+.SH NAME
+uniq \- report or omit repeated lines
+.SH SYNOPSIS
+.B uniq
+[\fIOPTION\fR]... [\fIINPUT \fR[\fIOUTPUT\fR]]
+.SH DESCRIPTION
+.\" Add any additional description here
+.PP
+Discard all but one of successive identical lines from INPUT (or
+standard input), writing to OUTPUT (or standard output).
+.PP
+Mandatory arguments to long options are mandatory for short options too.
+.TP
+\fB\-c\fR, \fB\-\-count\fR
+prefix lines by the number of occurrences
+.TP
+\fB\-d\fR, \fB\-\-repeated\fR
+only print duplicate lines
+.TP
+\fB\-D\fR, \fB\-\-all\-repeated\fR[=\fIdelimit\-method\fR]
+print all duplicate lines
+delimit\-method={none(default),prepend,separate}
+Delimiting is done with blank lines.
+.TP
+\fB\-f\fR, \fB\-\-skip\-fields\fR=\fIN\fR
+avoid comparing the first N fields
+.TP
+\fB\-i\fR, \fB\-\-ignore\-case\fR
+ignore differences in case when comparing
+.TP
+\fB\-s\fR, \fB\-\-skip\-chars\fR=\fIN\fR
+avoid comparing the first N characters
+.TP
+\fB\-u\fR, \fB\-\-unique\fR
+only print unique lines
+.TP
+\fB\-w\fR, \fB\-\-check\-chars\fR=\fIN\fR
+compare no more than N characters in lines
+.TP
+\fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-\-version\fR
+output version information and exit
+.PP
+A field is a run of whitespace, then non\-whitespace characters.
+Fields are skipped before chars.
+.SH AUTHOR
+Written by Richard Stallman and David MacKenzie.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-coreutils@gnu.org>.
+.SH COPYRIGHT
+Copyright \(co 2007 Free Software Foundation, Inc.
+.br
+This is free software. You may redistribute copies of it under the terms of
+the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+There is NO WARRANTY, to the extent permitted by law.
+.SH "SEE ALSO"
+The full documentation for
+.B uniq
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B uniq
+programs are properly installed at your site, the command
+.IP
+.B info uniq
+.PP
+should give you access to the complete manual.