You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
It is because sed --version returns sed (GNU sed) 4.5, where GNU Sed does not appear to be supported, or because I am not using GNU Sed correctly.
This is because I installed GNU Sed with brew install --with-default-names gnu-sed, which allows the GNU Sed binary to be run with sed or /usr/local/bin/sed, whereas if I had installed GNU Sed with brew install gnu-sed it would only allow GNU Sed binary to be run with /usr/local/bin/gsed.