logoalt Hacker News

mkl11/08/20241 replyview on HN

  sed: -e expression #1, char 5: unterminated `s' command
It's like this:

  sed 's/find/replace/'

Replies

fuzztester11/08/2024

Whoops, it was a typo. I do know how to use the sed command, at least the basics; see my previous use of it ( https://news.ycombinator.com/item?id=42084984 ). But thanks, good catch.