-c
-v
-d
foobar
would generate the
following digrams: fo
, oo
, ob
,
ba
, ar
.
-D
foobar> would generate the following digrams:
fo
, ob
, ar
.
-n
- Use the numbers from the input instead of the letters a-z.
-h
- Show the very terse, non-helpful help string.
EXAMPLES
lethist < file1.txt
- Show a histogram of the letter frequencies in
file1.txt
.
lethist -c < file1.txt
- Show a contact chart for the text in
file1.txt
.
lethist -n -D < file1.txt
- Show a numeric digram chart for the numbers in
file1.txt
.
Back to the Index
wart@kobold.org
Created on Wed Mar 31 08:18:24 PST 2004