Block a user
fis(1)
– field isolator
(-d delimiter)
shouldn't be limited to one byte. cut -d " - "
should be possible.
dj(1) - disk jockey
POSIX dd(1p) does this:
sync Pad every input block to the size of the ibs= buffer, appending null bytes. (If either block or unblock…
ASV in Bonsai
While we have agreed to "use ASV", I have yet to see any discussion of what that practically means. How will ASV be used? [USAS X3.4-1968](https://ia800800.us.archive.org/35/items/enf-ascii-196…
qi(1)
: The qi shell
It necessitates storing "$0" as a new shell variable to be able to continue using it, which shell authors writing diagnostics messages and following good practice always want to do.
…
qi(1)
: The qi shell
I don't like the shell built-in shift
.
- It seems to mainly exist as an equivalent to the C idiom
++argv; --argc;
which is (given the benefit of >30 years of hindsight since C89) a…