Re: Hang on, all y'all ...
"And because a ton of scripted code has been replaced by a ton of C code"
ISTR a rubric which went something like:
Never do in C that which you can do in shell.
Never do in shell that which you can do in awk.
Never do in awk that which you can do in sed.
Never do in sed that which you can do in tr.