home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / chasm2.zip / WC.DOC < prev    next >
Text File  |  1986-01-02  |  1KB  |  40 lines

  1. WC Filter
  2. Command
  3.  
  4.  
  5. ----------------------------------------------------------------
  6.  
  7. Purpose: This filter reads data from the standard input and
  8.          counts the number of words, lines and characters.  A
  9.          report of the totals is sent to the standard output.
  10.  
  11. Format:  WC [/W] [/L] [/C]
  12.  
  13. Type:    Internal      External
  14.                          ***
  15.  
  16. Remarks: If no parameters are specified, a labeled report of
  17.          total words, lines and characters is produced.
  18.  
  19.          The parameters may be used to select a report of words
  20.          (/W), lines (/L), or characters (/C).  Any combination
  21.          of the various parameters may be used.  To allow piping
  22.          of results, use of any of the parameters will supress
  23.          labeling of the output.  Regardless of the order of
  24.          parameters, the output report is ordered:
  25.  
  26.               Words
  27.               Lines
  28.               Characters
  29.  
  30.          WC defines a word as any string of characters which does
  31.          not contain a blank, tab, carriage return, or line
  32.          feed.
  33.  
  34.          WC requires DOS 2.0, and will abort and print an error
  35.          message under earlier versions of DOS.
  36.  
  37. Author:  David Whitman
  38.          P.O. Box 1157
  39.          North Wales, PA 19545
  40.