aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 10:58:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 11:01:09 +1200
commit521c4d05420840a031c671394a71541e9521fc19 (patch)
treeb09e12edad415d6be23ce5ef59e44f348b3ac544
parentFix error in rndi(1) man page (diff)
downloaddotfiles-521c4d05420840a031c671394a71541e9521fc19.tar.gz
dotfiles-521c4d05420840a031c671394a71541e9521fc19.zip
Add rnd?(1) to README
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ec06ac4d..9beb74a4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -304,6 +304,10 @@ Installed by the `install-bin` target:
* `rfct(1)` formats ASCII RFCs.
* `rfcr(1)` does both, displaying in a pager if appropriate, like a
`man(1)` reader for RFCs.
+* Three toy random-number scripts (not for sensitive/dead-serious use):
+ * `rndi(1)` gets a random integer within two bounds
+ * `rnda(1)` uses `rndi(1)` to choose a random argument
+ * `rndf(1)` uses `rnda(1)` to choose a random file from a directory
* `ax(1)` evaluates an awk expression given on the command line; this is
intended as a quick way to test how Awk would interpret a given expression.
* `ca(1)` prints a count of its given arguments.