SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same problem in Mac and solved it with brew:
brew
brew install gnu-sed
and use as
gsed SED_COMMAND
you can set as well set sed as alias to gsed (if you want):
sed
gsed
alias sed=gsed