NAME median - Calculate the median values for a set of groups SYNOPSIS median < INPUT DESCRIPTION median takes the first blank space-separated column values and the remainder as keys. It will then print the median for each key. As a side effect median will print the result sorted by the keys. EXAMPLES $ cat <