Definition:
- Word Count
- count the number of lines, words, and characters in a text file.
Synopsis:
wc [options] {file-names}
List of options:
-c, --bytes: print byte counts-m, --chars: print character counts-w, --words: words count-l, --lines: lines count