aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 6bc5d1f0..9717cae3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -421,6 +421,9 @@ Installed by the `install-bin` target:
* `jfcd(1df)` watches a directory for changes and runs `jfc(1df)` if it sees any.
* `maybe(1df)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
+* `mean(1df)` prints the mean of a list of integers.
+* `med(1df)` prints the median of a list of integers.
+* `mode(1df)` prints the first encountered mode of a list of integers.
* `mkcp(1df)` creates a directory and copies preceding arguments into it.
* `mkmv(1df)` creates a directory and moves preceding arguments into it.
* `motd(1df)` shows the system MOTD.