From c1581e769105967b1c10114027a1fb2027c1e80c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Dec 2015 23:07:07 +0100 Subject: misc improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 63 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 21 deletions(-) (limited to 'README') diff --git a/README b/README index 510321d..c7a8649 100644 --- a/README +++ b/README @@ -1,22 +1,43 @@ -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 <