File character counts

2 · John Cook · Oct. 16, 2019, 6:16 p.m.
Summary
Once in a while I need to know what characters are in a file and how often each appears. One reason I might do this is to look for statistical anomalies. Another reason might be to see whether a file has any characters it’s not supposed to have, which is often the case. A few […]...