#!/bin/bash

awk -F\| ' { print $2 } ' ~/play-music-collection-db.txt \
    | mtee -s -q stddev 'histogram --force-string --percent | sort -n'