Surprisingly relevant?
Surprisingly relevant?
Posted May 20, 2020 16:30 UTC (Wed) by scientes (guest, #83068)In reply to: Surprisingly relevant? by NYKevin
Parent article: The state of the AWK
sed is not a horrible idea, but whenever I use it I run into the fact that it cannot parse arbitrary regular languages because of the lack of non-greedy matching (i.e. a decent regex implementation).