wc
Command Reference
Description
ord, line, character, and byte count
This is a placeholder implementation. It currently shells out if it is a unix OS
static: This command can be run outside of an object context.
 
Usage
        ctl
       
          -m textutil
        -c wc [-bytes] [-chars] -file <> [-lines] [-words] 
Options
| Option | Description | Type | Default | 
| bytes | number of bytes in file | boolean |  | 
| chars | number of chars in file | boolean |  | 
| file | file name | string |  | 
| lines | number of lines in file | boolean |  | 
| words | number of words in file | boolean |  |