#!/bin/bash
echo $1
cat $1 | /usr/bin/tr -sc 'A-Za-z' '\012' | sort | uniq -c | sort -n | tail -5
