aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 7f2c1eb4..f3bc0694 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -19,8 +19,8 @@ Ideas
* Write something like `hcat(1df)` or `tcat(1df)` that includes filename
headings for each concatenated file.
* I can probably get rid of all that nasty templated shell by writing something
- that wraps around `td(1df)` and generates shell script to run, and calls that
- via `eval`.
+ that wraps around `mktd(1df)` and generates shell script to run, and calls
+ that via `eval`.
* Ideally, the AWK and/or sed scripts in the bin and games directories should
be syntax-checked or linted. I could at least add some patient application of
appropriate `gawk --lint` calls for each of the .awk scripts.