From 43825572b42a43c6e50c45260d0338fe44c92896 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Nov 2014 05:02:23 +0100 Subject: add readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..3e5ec88 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +Calculate the median values for a set of groups. + + +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 +will print the result sorted by the keys. + +Usage example: + +$ cat <