Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / wc.1
blobbb2e22857a4c1ce3588f6f59c801b890875f03cf
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH WC "1" "October 2003" "wc (coreutils) 5.0" FSF
3 .SH NAME
4 wc \- print the number of bytes, words, and lines in files
5 .SH SYNOPSIS
6 .B wc
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print byte, word, and newline counts for each FILE, and a total line if
12 more than one FILE is specified.  With no FILE, or when FILE is -,
13 read standard input.
14 .TP
15 \fB\-c\fR, \fB\-\-bytes\fR
16 print the byte counts
17 .TP
18 \fB\-m\fR, \fB\-\-chars\fR
19 print the character counts
20 .TP
21 \fB\-l\fR, \fB\-\-lines\fR
22 print the newline counts
23 .TP
24 \fB\-L\fR, \fB\-\-max\-line\-length\fR
25 print the length of the longest line
26 .TP
27 \fB\-w\fR, \fB\-\-words\fR
28 print the word counts
29 .TP
30 \fB\-\-help\fR
31 display this help and exit
32 .TP
33 \fB\-\-version\fR
34 output version information and exit
35 .SH AUTHOR
36 Written by Paul Rubin and David MacKenzie.
37 .SH "REPORTING BUGS"
38 Report bugs to <bug-coreutils@gnu.org>.
39 .SH COPYRIGHT
40 Copyright \(co 2003 Free Software Foundation, Inc.
41 .br
42 This is free software; see the source for copying conditions.  There is NO
43 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
44 .SH "SEE ALSO"
45 The full documentation for
46 .B wc
47 is maintained as a Texinfo manual.  If the
48 .B info
49 and
50 .B wc
51 programs are properly installed at your site, the command
52 .IP
53 .B info wc
54 .PP
55 should give you access to the complete manual.