Penguin
Annotated edit history of wc(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 WC
2 !!!WC
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 wc - print the number of bytes, words, and lines in files
15 !!SYNOPSIS
16
17
18 __wc__ [[''OPTION'']... [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Print line, word, and byte counts for each FILE, and a total
23 line if more than one FILE is specified. With no FILE, or
24 when FILE is -, read standard input.
25
26
27 __-c__, __--bytes__, __--chars__
28
29
30 print the byte counts
31
32
33 __-l__, __--lines__
34
35
36 print the newline counts
37
38
39 __-L__, __--max-line-length__
40
41
42 print the length of the longest line
43
44
45 __-w__, __--words__
46
47
48 print the word counts
49
50
51 __--help__
52
53
54 display this help and exit
55
56
57 __--version__
58
59
60 output version information and exit
61 !!AUTHOR
62
63
64 Written by Paul Rubin and David !MacKenzie.
65 !!REPORTING BUGS
66
67
68 Report bugs to
69 !!COPYRIGHT
70
71
72 Copyright 1999 Free Software Foundation, Inc.
73 This is free software; see the source for copying
74 conditions. There is NO warranty; not even for
75 MERCHANTABILITY or FITNESS FOR A PARTICULAR
76 PURPOSE.
77 !!SEE ALSO
78
79
80 The full documentation for __wc__ is maintained as a
81 Texinfo manual. If the __info__ and __wc__ programs
82 are properly installed at your site, the
83 command
84
85
86 __info wc__
87
88
89 should give you access to the complete manual.
90 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.