#!/bin/bash grep -o "[[:alpha:]]\{1,\}" "$1" | tr '[:upper:]' '[:lower:]' | sort | uniq -c | sort -n