avary / WordCounter-CLI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 100.0%