**-i** The input file that should be grouped and summarized. *Use "stdin" when using piped input*.
**Note: if -i is omitted, input is assumed to come from standard input (stdin)**
**-g (-grp)** Specifies which column(s) (1-based) should be used to group the input. The columns must be comma-separated and each column must be explicitly listed. No ranges (e.g. 1-4) yet allowed. *Default: 1,2,3*
**-g (-grp)** Specifies which column(s) (1-based) should be used to group the input. Columns may be comma-separated with each column must be explicitly listed. Or, ranges (e.g. 1-4) are also allowed. *Default: 1,2,3*
**-c (-opCol)** Specify the column (1-based) that should be summarized. *Required*.
**-o (-op)** Specify the operation that should be applied to **opCol**.