iwc - Interactive lines count
iwc [-chlvw] [file ...]
The iwc utility displays the number of lines, words and bytes in the standard
input. The number is printed while iwc counts all lines, instead of just
displaying the total number at the end.
Not passing any option is equivalent to passing -clw.
-cCount the number of bytes in each input file.
-hPrint the help and exit
-lCount the number of lines in each input file.
-mSame as -c for now.
-vPrint the version and exit
-wCount the number of words in each input file.
Written by Baptiste Fontaine <b@ptistefontaine.fr>.
Bugs should be reported at https://github.com/bfontaine/iwc/issues.
The project homepage is at https://github.com/bfontaine/iwc.