Count the frequencies of words in text file(s)
USAGE:
uniquewords-rs [OPTIONS] [DATA_PATH]...
ARGS:
<DATA_PATH>... Path to the .txt data files
OPTIONS:
-h, --help Print help information
-l, --limit <LIMIT> Lower limit for the number of occurences of a word to be included
[default: 5]
-V, --version Print version information
cargo install uniquewords-rs