distribution

Create ASCII graphical histograms in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Create ASCII graphical histograms in the terminal

Commands

distribution

Examples

Generate a histogram from numeric data in a file$ distribution < data.txt
Create a histogram from piped numeric input$ seq 1 100 | distribution
Display histogram with custom bucket count$ distribution -b 20 < numbers.txt