My command line data analysis tool is at a point where I'm ready to share it!
freq is a tool I wrote in Rust, intended to replace pipelines of grep, sed, awk, sort, uniq -c, and sort -rn to look at distributions of values in datasets.
I use it daily.