uniquewords-rs
```
Count the frequencies of words in text file(s)
USAGE:
uniquewords-rs [OPTIONS] --limit
OPTIONS:
-d, --data-path Path to the .txt data files
-h, --help Print help information
-l, --limit Lower limit for the number of occurences of a word to be included
-V, --version Print version information
```
Installation
`bash
cargo install uniquewords-rs