logoalt Hacker News

fuzztester11/08/20242 repliesview on HN

| sed '/k/sk'

Has-skill

$


Replies

orf11/08/2024

Write the full transform in Haskell?

show 1 reply
mkl11/08/2024

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

  sed 's/find/replace/'
show 1 reply