Delimiters for sed shell command
Today I learned that the sed
shell command accepts other delimiters than /
. I was trying to run the following:
But I got a bad flag
error. So I changed my delimiter to |
and all works fine:
Today I learned that the sed
shell command accepts other delimiters than /
. I was trying to run the following:
But I got a bad flag
error. So I changed my delimiter to |
and all works fine: