Question

In Linux / Unix Bash or shell, how to count the number of words in a text file?


Annonce
Ad

Answer

wc -w filename.txt


[source]
# ID Query