aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index edc2f1eb..5ed70723 100644
--- a/README.markdown
+++ b/README.markdown
@@ -182,7 +182,6 @@ There are a few other little tricks in `bash/bashrc.d`, including:
* `apf` -- Prepend arguments to a command with ones read from a file
* `bd` -- Change into a named ancestor of the current directory
-* `ca` -- Count given arguments
* `cf` -- Count files in a given directory
* `fnl` -- Run a command and save its output and error into temporary files
* `hgrep` -- `HISTFILE` search
@@ -300,6 +299,7 @@ Installed by the `install-bin` target:
`man(1)` reader for RFCs
* `ax(1)` evaluates an awk expression given on the command line; intended as
a quick way to test how Awk would interpret a given expression.
+* `ca(1)` prints a count of its given arguments.
* `dub(1)` lists the biggest entries in a directory.
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts.