WC(I)                        7/26/74                        WC(I)
NAME
     wc - word count
SYNOPSIS
     wc [ name ... ]
DESCRIPTION
     Wc  counts  lines  and  words  in the named files, or in the
     standard input if no name appears.   A  word  is  a  maximal
     string  of  printing characters delimited by spaces, tabs or
     newlines.  All other characters are simply ignored.
BUGS
                              - 1 -