CHRFRQ.PAS : Count Character frequencies in textfile

Title   : CHRFRQ
Version : 2.3
Date    : Feb 13, 2000
Author  : J R Ferguson
Download: http://hello.to/ferguson
E-mail  : j.r.ferguson@iname.com

This program may be used and copied freely without  charge,  but  only  for
non-commercial  purposes.  The  author is not responsible for any damage or
loss of data that may be caused by using it.

Usage  : CHRFRQ [<infile] [>outfile] [/[option[...]] [...] ]
options: P  do not ignore parity bit
         S  sort by highest frequency
         T  output in tabular format
         Z  include zero frequency entries
remarks: Option T implies options P and Z

Type CHRFRQ /? for help.

CHRFRQ can be used as a filter in DOS pipes, like in:
  DIR |CHRFRQ |MORE


History:
v2.3  Feb 13, 2000 - Changed Author's Internet address
v2.2  Apr 02, 1989
No earlier history data available