words |
|
|
This is a writer's/editor's tool. This program takes one or more filenames as argument. It sends its results to stdout, where it can be paged with more or less, or redirected to a file. This program collects all the unique words used in a TEXT stor(y|ies) and lists them sorted by occurrence-count or rising-ASCII. It is useful for finding typos and misspellings. Details: words [-i] [-a -n] infile -i: case-insensitive, -a: alpha-sort, -n: count-sortIt's case-sensitive unless the -i option switch is used. --siaru |