aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 18:00:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 18:00:02 +1300
commitc4e80884b5c8ee0e2fbabaa867586d29e1ace9ef (patch)
tree69999e18d91294a2b822b16e2932acacfdb9283a /README.markdown
parentMerge branches 'port/bsd/*' (diff)
downloaddotfiles-c4e80884b5c8ee0e2fbabaa867586d29e1ace9ef.tar.gz
dotfiles-c4e80884b5c8ee0e2fbabaa867586d29e1ace9ef.zip
Add max(1df) and min(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 3 insertions, 1 deletions
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,