> Nils Reuße hat am 27. Februar 2018 um 11:27 geschrieben:
>
>
> Hi there,
>
> the 'l' command in base ed currently does not mark the end of line with a
> '$'. This is documented in the man page (POSIX wants each '$' escaped, and a
> final '$' at EOL). Interestingly, the code to mark EOL is
Hi there,
the 'l' command in base ed currently does not mark the end of line with a '$'.
This is documented in the man page (POSIX wants each '$' escaped, and a final
'$' at EOL). Interestingly, the code to mark EOL is already there, just hidden
by the BACKWARDS flag ed is compiled with. Her