#!/usr/bin/env bash find ./data -type f -exec cat {} \; | tr \ '\n' | sort | uniq -c | sort -nr -o histogram.txt