See that? The wc
command counts and displays the lines, words and characters followed by the file name.
Psst: we can use -l
, -w
, and -c
as options to specifically count lines, words, or characters.
All the terminal commands have been abbreviated up to now right?