At 2023-04-17T04:29:47-0500, G. Branden Robinson wrote:
> 1. The doubled backslashes inside the single-quoted sed expression
> are unnecessary. They would be required if the escape character
> _hadn't_ been changed, but it was. This solecism came in that way
> with the first commit o
At 2023-04-17T13:15:50+0100, Ralph Corderoy wrote:
> Why the dance with ‘tprint’? sed -n s/foo/bar/p
I overlooked that 'p' is a standard replacement flag going back (at
least) to SuSv1/POSIX Issue 4. Thanks, I'll change that.
> The \ in \.nr isn't needed. It isn't in the other one.
Right; I a