--- Letter Frequency Scanner ---

Displays the frequency of letter usage in any text document. For example,
the letter frequency of this file is:

E = 58                           H = 13     
T = 42                           M = 13     
R = 33                           Y = 11     
N = 29                           B = 10     
O = 28                           P = 10     
I = 25                           G = 7      
S = 24                           Q = 6      
A = 21                           J = 5      
C = 21                           W = 5      
L = 17                           X = 5      
U = 17                           K = 2      
D = 15                           V = 1      
F = 14                           Z = 1      

Output can be redirected with the standard redirectors (">", ">>" and "|").
Run "LETRFREQ" with no command-line switches for usage instructions. Hope
you find the program useful.

Questions, comments, etc. can be directed to:

                 Brett J. Slone
                 PO Box 27
                 Garner, KY  41817

or email me at bjslone@netscape.net

Copyright (C)1997 Brett J. Slone
Program is freely distributable when accompanied by this text file.

