man average (Commandes) - average VERSION 3.3
NAME
average VERSION 3.3
SYNOPSIS
average naver [-p] [-s] [-c columns] < infile > outfile
DESCRIPTION
average accepts a list of data points on stdin and returns their minimum, mean, maximum, variance, standard deviation, drift, and fluctuation on stdout.
OPTIONS
naver Number of data points to process. Default is 1000.
-p Assume picoseconds rather than nanoseconds.
-s Silent mode.
-c columns Number of input columns to process. Default is 1. Each column is averaged separately and identified in the output by the "i" field. Note that i begins counting at 0.