home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / wc.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  327 b   |  15 lines

  1. .th WC I 7/26/74
  2. .sh NAME
  3. wc \*- word count
  4. .sh SYNOPSIS
  5. .bd wc
  6. [ name ... ]
  7. .sh DESCRIPTION
  8. .it Wc
  9. counts lines and words in the named files,
  10. or in the standard input if no name appears.
  11. A word is a maximal string of printing characters
  12. delimited by spaces, tabs or newlines.
  13. All other characters are simply ignored.
  14. .sh BUGS
  15.