Blame man/wc.1

Packit Service 2723c6
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
Packit Service 2723c6
.TH WC "1" "July 2018" "GNU coreutils 8.30" "User Commands"
Packit Service 2723c6
.SH NAME
Packit Service 2723c6
wc \- print newline, word, and byte counts for each file
Packit Service 2723c6
.SH SYNOPSIS
Packit Service 2723c6
.B wc
Packit Service 2723c6
[\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
Packit Service 2723c6
.br
Packit Service 2723c6
.B wc
Packit Service 2723c6
[\fI\,OPTION\/\fR]... \fI\,--files0-from=F\/\fR
Packit Service 2723c6
.SH DESCRIPTION
Packit Service 2723c6
.\" Add any additional description here
Packit Service 2723c6
.PP
Packit Service 2723c6
Print newline, word, and byte counts for each FILE, and a total line if
Packit Service 2723c6
more than one FILE is specified.  A word is a non\-zero\-length sequence of
Packit Service 2723c6
characters delimited by white space.
Packit Service 2723c6
.PP
Packit Service 2723c6
With no FILE, or when FILE is \-, read standard input.
Packit Service 2723c6
.PP
Packit Service 2723c6
The options below may be used to select which counts are printed, always in
Packit Service 2723c6
the following order: newline, word, character, byte, maximum line length.
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-c\fR, \fB\-\-bytes\fR
Packit Service 2723c6
print the byte counts
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-m\fR, \fB\-\-chars\fR
Packit Service 2723c6
print the character counts
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-l\fR, \fB\-\-lines\fR
Packit Service 2723c6
print the newline counts
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-\-files0\-from\fR=\fI\,F\/\fR
Packit Service 2723c6
read input from the files specified by
Packit Service 2723c6
NUL\-terminated names in file F;
Packit Service 2723c6
If F is \- then read names from standard input
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-L\fR, \fB\-\-max\-line\-length\fR
Packit Service 2723c6
print the maximum display width
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-w\fR, \fB\-\-words\fR
Packit Service 2723c6
print the word counts
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-\-help\fR
Packit Service 2723c6
display this help and exit
Packit Service 2723c6
.TP
Packit Service 2723c6
\fB\-\-version\fR
Packit Service 2723c6
output version information and exit
Packit Service 2723c6
.SH AUTHOR
Packit Service 2723c6
Written by Paul Rubin and David MacKenzie.
Packit Service 2723c6
.SH "REPORTING BUGS"
Packit Service 2723c6
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Packit Service 2723c6
.br
Packit Service 2723c6
Report wc translation bugs to <https://translationproject.org/team/>
Packit Service 2723c6
.SH COPYRIGHT
Packit Service 2723c6
Copyright \(co 2018 Free Software Foundation, Inc.
Packit Service 2723c6
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
Packit Service 2723c6
.br
Packit Service 2723c6
This is free software: you are free to change and redistribute it.
Packit Service 2723c6
There is NO WARRANTY, to the extent permitted by law.
Packit Service 2723c6
.SH "SEE ALSO"
Packit Service 2723c6
Full documentation at: <https://www.gnu.org/software/coreutils/wc>
Packit Service 2723c6
.br
Packit Service 2723c6
or available locally via: info \(aq(coreutils) wc invocation\(aq