Skip to main content

Linux wc - word count command

 In order to calculate how many lines on any file, wc command can help.

wc -l /tmp/new_dictionary.txt

5423 /tmp/new_dictionary.txt

Comments