Skip to content

Make -s output sort | uniq -c | sort compatible

Compare
Choose a tag to compare
@ahcm ahcm released this 12 Apr 23:47
· 11 commits to main since this release
# not plot at all, just replace: sort | uniq -c | sort -n
$ echo a3 b2 b2 a3 a3 c4 c4 c4 c4 | tr ' ' '\n' | hist -n -s -
2       b2
3       a3
4       c4