For earthtopus, who asks:
> say I have a big text file and I want to find the line(s) with the most
> instances of a substring on it. Say the most instances of the letter R.
>
> What's a good (and by good I mean lazy) way to do that?
There's probably a switch to grep or something for this, but whatever.