OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / wc.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH WC "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 wc \- print newline, word, and byte counts for each file
5 .SH SYNOPSIS
6 .B wc
7 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
8 .br
9 .B wc
10 [\fI\,OPTION\/\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.  A word is a non\-zero\-length sequence of
16 characters delimited by white space.
17 .PP
18 With no FILE, or when FILE is \-, read standard input.
19 .PP
20 The options below may be used to select which counts are printed, always in
21 the following order: newline, word, character, byte, maximum line length.
22 .TP
23 \fB\-c\fR, \fB\-\-bytes\fR
24 print the byte counts
25 .TP
26 \fB\-m\fR, \fB\-\-chars\fR
27 print the character counts
28 .TP
29 \fB\-l\fR, \fB\-\-lines\fR
30 print the newline counts
31 .TP
32 \fB\-\-files0\-from\fR=\fI\,F\/\fR
33 read input from the files specified by
34 NUL\-terminated names in file F;
35 If F is \- then read names from standard input
36 .TP
37 \fB\-L\fR, \fB\-\-max\-line\-length\fR
38 print the maximum display width
39 .TP
40 \fB\-w\fR, \fB\-\-words\fR
41 print the word counts
42 .TP
43 \fB\-\-help\fR
44 display this help and exit
45 .TP
46 \fB\-\-version\fR
47 output version information and exit
48 .SH AUTHOR
49 Written by Paul Rubin and David MacKenzie.
50 .SH "REPORTING BUGS"
51 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
52 .br
53 Report wc translation bugs to <http://translationproject.org/team/>
54 .SH COPYRIGHT
55 Copyright \(co 2016 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 Full documentation at: <http://www.gnu.org/software/coreutils/wc>
62 .br
63 or available locally via: info \(aq(coreutils) wc invocation\(aq