OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_textutils / original / man1 / wc.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.012.
2 .TH WC "1" "August 1999" "GNU textutils 2.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 .PP
10 .\" Add any additional description here
11 .PP
12 Print line, word, and byte counts for each FILE, and a total line if
13 more than one FILE is specified.  With no FILE, or when FILE is -,
14 read standard input.
15 .TP
16 \fB\-c\fR, \fB\-\-bytes\fR, \fB\-\-chars\fR
17 print the byte counts
18 .TP
19 \fB\-l\fR, \fB\-\-lines\fR
20 print the newline counts
21 .TP
22 \fB\-L\fR, \fB\-\-max\-line\-length\fR
23 print the length of the longest line
24 .TP
25 \fB\-w\fR, \fB\-\-words\fR
26 print the word counts
27 .TP
28 \fB\-\-help\fR
29 display this help and exit
30 .TP
31 \fB\-\-version\fR
32 output version information and exit
33 .SH "REPORTING BUGS"
34 Report bugs to <bug-textutils@gnu.org>.
35 .SH "SEE ALSO"
36 The full documentation for
37 .B wc
38 is maintained as a Texinfo manual.  If the
39 .B info
40 and
41 .B wc
42 programs are properly installed at your site, the command
43 .IP
44 .B info wc
45 .PP
46 should give you access to the complete manual.
47 .SH COPYRIGHT
48 Copyright \(co 1999 Free Software Foundation, Inc.
49 .br
50 This is free software; see the source for copying conditions.  There is NO
51 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.