Tizen 2.0 Release
[external/tizen-coreutils.git] / man / wc.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH WC "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 wc \- print newline, word, and byte counts for each file
5 .SH SYNOPSIS
6 .B wc
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .br
9 .B wc
10 [\fIOPTION\fR]... \fI--files0-from=F\fR
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Print newline, word, and byte counts for each FILE, and a total line if
15 more than one FILE is specified.  With no FILE, or when FILE is \-,
16 read standard input.
17 .TP
18 \fB\-c\fR, \fB\-\-bytes\fR
19 print the byte counts
20 .TP
21 \fB\-m\fR, \fB\-\-chars\fR
22 print the character counts
23 .TP
24 \fB\-l\fR, \fB\-\-lines\fR
25 print the newline counts
26 .TP
27 \fB\-\-files0\-from\fR=\fIF\fR
28 read input from the files specified by
29 NUL\-terminated names in file F
30 .TP
31 \fB\-L\fR, \fB\-\-max\-line\-length\fR
32 print the length of the longest line
33 .TP
34 \fB\-w\fR, \fB\-\-words\fR
35 print the word counts
36 .TP
37 \fB\-\-help\fR
38 display this help and exit
39 .TP
40 \fB\-\-version\fR
41 output version information and exit
42 .SH AUTHOR
43 Written by Paul Rubin and David MacKenzie.
44 .SH "REPORTING BUGS"
45 Report bugs to <bug\-coreutils@gnu.org>.
46 .SH COPYRIGHT
47 Copyright \(co 2007 Free Software Foundation, Inc.
48 .br
49 This is free software.  You may redistribute copies of it under the terms of
50 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
51 There is NO WARRANTY, to the extent permitted by law.
52 .SH "SEE ALSO"
53 The full documentation for
54 .B wc
55 is maintained as a Texinfo manual.  If the
56 .B info
57 and
58 .B wc
59 programs are properly installed at your site, the command
60 .IP
61 .B info wc
62 .PP
63 should give you access to the complete manual.