Hello,
I have a number of long text files, they took from windows system with specific encoding (windows-1256).
Can I count the all different number of words in theses files using Ubuntu commands?
For example: If I have three text files contain respectively
-Hi, hello.
-Hello all.
-Good people in all time.
The output should be: 7.
Thank you