wf(1)
| wf(1) | General Commands Manual | wf(1) |
NAME
wf - Simple word frequency counter
SYNOPSIS
wf [OPTION]... [FILE]...
DESCRIPTION
wf scans a text file and counts the frequency of words through the whole text. It is intended to be used ( with _a_lot_of_enhancements_ ) to correlate text by subject by comparing word frequencies.
OPTIONS
wf options are in traditional POSIX one letter options, POSIX style options start with a single '-'.
- -h, --help
- Will print some help.
- -s, --sort
- Sorts output.
- -c, --case
- Ignore case.
- -n, --nocount
- Don't output frequency count.
- -m, --mincount
- Minimum frequency output.
- -l, --minlen
- Minimum fragment length.
- -w, --perword
- Output words tied to fragment.
AUTHORS
Marcelo Corbani de Barros - <marcelo@async.com.br>
- Thanks to these people for making this possible:
- Nicklas Larsson <whybill@linux.nu> for this man page.
<clayne@------.com> for many improvements.
URL
http://www.async.com.br/~marcelo
| 15-Jan-2008 | wf 0.4 |
