> ./gradlew clean buildThe Jar will be created in build/libs/word-count-.jar path
> alias jwc='java -jar <absolute-path>/build/libs/word-count-initial.jar'> jwc -h
Usage: jwc [-chlmVw] <file>
Gives you the word count
<file> Provide absolute file path
-c, --bytes Print the byte counts
-h, --help Show this help message and exit.
-l, --lines Print the newline counts
-m, --chars Print the character counts
-V, --version Print version information and exit.
-w, --words Print the word counts