aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-02 20:30:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-02 20:30:20 +1200
commitcde3c255ff7024181a54b19e5ec1dac3ab892836 (patch)
tree8b4b8ab889bb4d28223ff510ff7e6188d1641aa5 /IDEAS.markdown
parentSimplify some awk (diff)
downloaddotfiles-cde3c255ff7024181a54b19e5ec1dac3ab892836.tar.gz
dotfiles-cde3c255ff7024181a54b19e5ec1dac3ab892836.zip
Add mi5(1df)
Diffstat (limited to 'IDEAS.markdown')
-rw-r--r--IDEAS.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
index 3b0f1c75..61f1049d 100644
--- a/IDEAS.markdown
+++ b/IDEAS.markdown
@@ -12,3 +12,5 @@ Ideas
processes and mkfifo(1).
* Write something like hcat(1df) or tcat(1df) that includes filename headings
for each concatenated file.
+* mi5(1df) could be made to handle comment delimiters and $1 $2 expansions
+ without too much pain (substr/index counting)