/WordCounter-CLI

Count the number of words from a file or a string in your terminal

Primary LanguageGo

Word Count CLI Tool

How to use:

Count the number of words in a file:

cat words.txt | ./wc

Count the number of words in a string:

echo "Hello World" | ./wc