count.sh 78 Bytes
Newer Older
1
2
3
#!/bin/bash

grep 'rocblas-bench' ${1:-count.txt} | sort | uniq -c | sort -nr