home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WC.ZIP / WC.DOC next >
Text File  |  1990-06-09  |  915b  |  28 lines

  1.    Program Name:    wc  
  2.  
  3.    Purpose: This is a Unix-compatible program to count the characters,
  4.             words, and lines in one or more files.
  5.             
  6.    Author:  Alan Ballard
  7.             3452 West 11th Avenue,
  8.             Vancouver, B.C., Canada, V6R 2J9
  9.    
  10.    Date:    8 June, 1990.  
  11.   
  12.    Use:     The program is run in OS/2 command mode. It may be run in
  13.             a VIO window.  
  14.  
  15.    Usage:   wc <options> <file>...
  16.  
  17.             Zero or more filenames may be specified. Names may include
  18.             wildcards. If no name is specified, stdin is read. 
  19.             If more than one file is selected, the totals are printed also.
  20.   
  21.    Options: Options may be flagged with "-" or "/". 
  22.  
  23.             -w      output wordcount
  24.             -l      output linecount
  25.             -c      output character count
  26.             If no options are specified, all three are printed.
  27.  
  28.