A histogram utility for command line. It will help you to analyse words, characters in a text file. It will strip non alphanumeric characters and show you the result.
run make
or make all
- for debugging
run
make debug
usage: freq [-l length] [-w | -c] [--scaled] filename1 filename2 ..