gnu-sed
Install command:
brew install gnu-sed
Also known as: gsed
GNU implementation of the famous stream editor
https://www.gnu.org/software/sed/
License: GPL-3.0-or-later
Formula JSON API: /api/formula/gnu-sed.json
Formula code: gnu-sed.rb
on GitHub
Bottle (binary package) installation support provided for:
Intel | sonoma | ✅ |
---|---|---|
ventura | ✅ | |
64-bit linux | ✅ | |
Apple Silicon | tahoe | ✅ |
sequoia | ✅ | |
sonoma | ✅ | |
ventura | ✅ | |
linux | ✅ |
Current versions:
stable | ✅ | 4.9 |
GNU "sed" has been installed as "gsed". If you need to use it as "sed", you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:$PATH" |