Research V7 development
[unix-history] / usr / man / man1 / wc.1
CommitLineData
11a756ec
JO
1.TH WC 1
2.SH NAME
3wc \- word count
4.SH SYNOPSIS
5.B wc
6[
7.B \-lwc
8]
9[ name ... ]
10.SH DESCRIPTION
11.I Wc
12counts lines, words and characters in the named files,
13or in the standard input if no name appears.
14A word is a maximal string of characters
15delimited by spaces, tabs or newlines.
16.PP
17If the optional argument is present,
18just the specified counts (lines, words or characters)
19are selected by the letters
20.BR l ,
21.BR w ,
22or
23.BR c .