cat $* | tr -cs A-Za-z '\012' | tr A-Z a-z  | sort | uniq -c | sort -rn
