Command-line tool for computing statistics on numeric data streams
Statistics from the command-line
st
$ echo -e '10\n20\n30\n40\n50' | st
$ st < data.txt
$ seq 1 100 | st