Edited the readme to reflect current naming conventions.

This commit is contained in:
Olivier Poirier 2023-09-28 22:37:40 -07:00
parent 589fd86c5a
commit 4717ca39e4
1 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@ These POSIX shell scripts are meant to be UNIXy - they do one thing each and do
Need to check if something is a number? isnum.
Need to take the last argument and pipe it, executing the rest as a command? lastpipe. (I'll be making one that can offset the location by n later.)
Need to take the last argument and pipe it, executing the rest as a command? lastpipedo.
Need the former, but for the first argument? firstpipe.
Need the former, but for the first argument? firstpipedo.
How about the first n arguments? firstnthpipedo.
You get the idea!