Daily Archives: August 8, 2014

How to calculate mean in AWK

Another trick with awk to compute mean of a column. Imagine that you have a file with many lines and you want to compute the mean of the fourth item on each line. E.g: Lowest value found .2 Lowest value … Continue reading

Posted in Linux | Tagged | Leave a comment