
+ wf - Simple word frequency counter

http://async.com.br/~marcelo/wf 

I created this little utility at first to help me studying german and french 
(a Perl script at first) and then became interested in text analysis through
word frequencies, so I built up the C version to use use larger text files
faster.

+ Install 
	./configure; make [; make install]


+ Usage: wf [OPTION]... [FILE]...

 -h, --help             this help
 -f, --file=file        use file <file>
 -s, --sort             sort output
 -c, --case             don`t ignore case

   By default all chars are converted to lowercase.
