home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / wc.arc / WC.DOC next >
Encoding:
Text File  |  1984-01-08  |  384 b   |  13 lines

  1.                 WC.EXE
  2.  
  3. WordCount is a utility program which counts the number of characters, words,
  4. and lines in an input file.  The file must be a text file. The format of the
  5. command is:
  6.  
  7.     WC filespec
  8.  
  9. where filespec is the name of any text file.
  10.  
  11. The source file, WC.C, is written for Computer Innovations C-86 compiler.
  12. Many thanks to Joe Wingerd for the source program!
  13.