#!/bin/bash
grep -oE '#\w+'|sort|uniq -c|sort -nr|awk '$0=$2" "$1'