Post #1767872
2026-04-26 23:44 UTC
@aartaka
I quoted the POSIX bit that states it should be optional, so in compliant versions like BSD ed :
s/pattern
it works fine, and I use it all the time. But in GNU ed it complains:
s/pattern
?
h
Missing pattern delimiter
A personal pet peeve when that broke (around 1.14 IIRC :flan_angry: )
@tux0r
Replies (1)
-
@aartaka@merveilles.town 2026-04-26 23:47
@ed1conf oh right, now I get it. We were talking about different POSIX incompatibilities 😅 @tux0r