aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 13:27:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 13:28:26 +1200
commit9666a2fa7bf21db5ad2ed28444cd8db18012cdc7 (patch)
tree9173c5425c526ff3396335ae6ebc998d235e4873 /README.markdown
parentChange coffee joke to FSF/SPI/OBSD donate request (diff)
downloaddotfiles-9666a2fa7bf21db5ad2ed28444cd8db18012cdc7.tar.gz
dotfiles-9666a2fa7bf21db5ad2ed28444cd8db18012cdc7.zip
Add rndl(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 4ceb0c04..52a2d4b0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -304,10 +304,11 @@ 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):
+* Four 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
+ * `rndl(1)` uses `rndi(1)` to choose a random line from files
* `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.