coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/wc.1 (41 lines, 818 B) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH WC 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
1fcd349 Jamozed 2021-01-08 03:07:11
1
.SH NAME
1fcd349 Jamozed 2021-01-08 03:07:11
2
wc \(em word, line, and byte or character count
1fcd349 Jamozed 2021-01-08 03:07:11
3
.SH SYNOPSYS
1fcd349 Jamozed 2021-01-08 03:07:11
4
\fBwc\fR [-clmw] [file...]
1fcd349 Jamozed 2021-01-08 03:07:11
5
.SH DESCRIPTION
1fcd349 Jamozed 2021-01-08 03:07:11
6
Write the number of words, lines, and bytes or characters to standard output.
1fcd349 Jamozed 2021-01-08 03:07:11
7
.SH OPTIONS
1fcd349 Jamozed 2021-01-08 03:07:11
8
The following options are supported:
1fcd349 Jamozed 2021-01-08 03:07:11
9
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
10
.B -c
1fcd349 Jamozed 2021-01-08 03:07:11
11
Print the number of bytes in the file.
1fcd349 Jamozed 2021-01-08 03:07:11
12
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
13
.B -l
1fcd349 Jamozed 2021-01-08 03:07:11
14
Print the number of newlines in the file.
1fcd349 Jamozed 2021-01-08 03:07:11
15
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
16
.B -m
1fcd349 Jamozed 2021-01-08 03:07:11
17
Print the number of characters in the file.
1fcd349 Jamozed 2021-01-08 03:07:11
18
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
19
.B -w
1fcd349 Jamozed 2021-01-08 03:07:11
20
Print the number of words in the file.
1fcd349 Jamozed 2021-01-08 03:07:11
21
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
22
.B --help
1fcd349 Jamozed 2021-01-08 03:07:11
23
Display help information.
1fcd349 Jamozed 2021-01-08 03:07:11
24
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
25
.B --version
1fcd349 Jamozed 2021-01-08 03:07:11
26
Display version information.
1fcd349 Jamozed 2021-01-08 03:07:11
27
.SH EXIT STATUS
1fcd349 Jamozed 2021-01-08 03:07:11
28
The following exit values will be returned:
1fcd349 Jamozed 2021-01-08 03:07:11
29
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
30
\ 0
1fcd349 Jamozed 2021-01-08 03:07:11
31
Successful completion.
1fcd349 Jamozed 2021-01-08 03:07:11
32
.TP
1fcd349 Jamozed 2021-01-08 03:07:11
33
>0
1fcd349 Jamozed 2021-01-08 03:07:11
34
An error occurred.
1fcd349 Jamozed 2021-01-08 03:07:11
35
.SH COPYRIGHT
1fcd349 Jamozed 2021-01-08 03:07:11
36
.nf
1fcd349 Jamozed 2021-01-08 03:07:11
37
Copyright (C) 2021, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
38
MIT Licence (https://opensource.org/licenses/MIT)
1fcd349 Jamozed 2021-01-08 03:07:11
39
.fi
40