Heykuki News

TopNewBestAskShowJobs
TopNewBestAskShowJobs
Show HN: Num command – simple Unix statistics tool – seeking feedback
1 point
jph
11 years ago
Num is a simple Unix statistics tool to input numbers then output min, max, sum, standard deviation, and more.

Example: echo "1 2 3 4" | num min max sum => 1 4 10

I'm seeking feedback and early adopters. I'm happy to answer questions.

https://github.com/numcommand/num

1 comment