Tag: unix - Articles:

Quick stats on a stream of values in the console

I often find myself grep-ing for information in system or application log files. And often, by combining pipes, I end up generating a flow of values that is sometimes difficult to interpret. In this post I'll show you a quick-and-dirty but handy solution to get basic statistical quantities from …

Read More