Skip to content

wc (Word Count)

Published On:
Jan 11, 2019
Last Updated:
Jan 11, 2019

wc (Word Count) is a command-line utility program for UNIX that generates word count statistics (and lots of other useful information like line count) for given input.

To print out statistics on a text file:

Terminal window
wc my_file