From 521c4d05420840a031c671394a71541e9521fc19 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 Aug 2016 10:58:02 +1200 Subject: Add rnd?(1) to README --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3