Post #2741007
2026-05-13 22:32 UTC
@theohonohan@graphics.social I initially thought that might be a sensible decision for a world where CR and LF were still distinct. But then they ruined it all with bonkers stuff about DELIM and accent grave
Replies (1)
-
@theohonohan@graphics.social 2026-05-13 22:44
@drawkcab@hachyderm.io sed has alternative delimiters and they're handy when you need to use the usual delimiter as a literal character. Maybe you are familiar with that. The difference there might be that the rigid syntax takes care of defining the delimiter character, just from its position, whereas setting up TECO appears to be more complicated https://stackoverflow.com/a/5864155