#!/bin/sh
cat "$@" | /usr/ucb/tr -cs A-Za-z '\012' | sort | uniq -c | sort -n -r | head -20