A simple Command Line Application (CLI) to count the number of words in a text file.
A CLI made using java. Just enter the commands to know the number of words in any text file. Also check their number of occurances.
1.2
- New Upload window: Now select your text file from a window opener instead of specifying a path
- Occurance of each word: Choose between only to see the total number of words or also each word and the number of occurance
This is a simple command line program and you must have jdk installed to use it ...
- Make sure you have java installed in your PC
- Clone the entire project into your pc or copy only the Executable folder to your desired location
- Head to the Executable folder
- Double click on the run.bat file
- Use the follwing commands...
- $ help # Opens the help menu
- $ count-words # launch program and display the number of words
- $ count-words-display # launch program and display the number of words along with words and their number of occuranceach word in the file
- $ exit # Exit!
- Enjoy!
Educational purpose.... Don't worry, just make it your own!
In development stage