2 replies
June 2018

jeffgrigg

I would generally suggest that if you love the original Unix "ed" editor, then you'll love "sed".

Otherwise, I'd probably suggest learning Perl.

.

(And yes; I have a fair amount of "sed" experience.)

;->

1 reply
July 2018 ▶ jeffgrigg

jbrains

Interesting. I would prefer not to learn Perl, but I'll take your word for it that I might dislike than less than learning more sed. Maybe I will focus on awk instead. I like the idea of a simple regex-based text processing interface and I don't particularly mind which tool I use for that.