From c4e80884b5c8ee0e2fbabaa867586d29e1ace9ef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 27 Dec 2016 18:00:02 +1300 Subject: Add max(1df) and min(1df) --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 109af073..777d5dd1 100644 --- a/README.markdown +++ b/README.markdown @@ -394,9 +394,11 @@ Installed by the `install-bin` target: * `unf(1df)` joins lines with leading spaces to the previous line. Intended for unfolding HTTP headers, but it should work for most RFC 822 formats. -* Four simple aggregators for numbers: +* Six simple aggregators for numbers: + * `max(1df)` prints the maximum. * `mean(1df)` prints the mean. * `med(1df)` prints the median. + * `min(1df)` prints the minimum. * `mode(1df)` prints the first encountered mode. * `tot(1df)` totals the set. * `ap(1df)` reads arguments for a given command from the standard input, -- cgit v1.2.3