#!/usr/bin/env bash grep -Roh '\w*' "$1" | sort | uniq -c