aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 14:13:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 14:21:21 +1200
commit3909483124a95893429c437336d9812596591c79 (patch)
tree85e18c0eb60e2ade16f59a50f4b059f2d26cadcc /README.markdown
parentAdd an issue with the Mutt configuration (diff)
downloaddotfiles-3909483124a95893429c437336d9812596591c79.tar.gz
dotfiles-3909483124a95893429c437336d9812596591c79.zip
Add mean(1df), med(1df), and mode(1df)
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.