home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WC2.ZIP / WC.DOC < prev    next >
Text File  |  1991-03-24  |  782b  |  22 lines

  1.  
  2.  Name:        wc
  3.  Synopsis:    wc [-lwc] [file_name ...]
  4.  Description: This program is modeled after the UNIX "wc" program.
  5.               Input is from STDIN or from file_name.  The program
  6.               counts the lines, words, and characters in the file
  7.               and displays the results to the console.  The default
  8.               is -lwc and displays in that order, but any order can
  9.               be chosen.  Wildcards are permitted in the file_name.
  10.  
  11.               Options are:
  12.                   l - line count
  13.                   w - word count
  14.                   c - character count
  15.  
  16. wc.exe is bound and window compatible, so it runs in an OS/2 window as
  17. well as the DOS box.
  18.  
  19. Author: David E. Landis
  20.         adapted from K & R
  21. Phone:  (313) 698 1176
  22.