#!/bin/bash grep 'rocblas-bench' ${1:-count.txt} | sort | uniq -c | sort -nr