Is it possible to get GNU sed for OSX?

I have brew installed but I don't have the GNU flavor of sed - can I get it through brew?


Solution 1:

I know you said fsed however I could not find it anywhere so assuming it's a typo and you actually meant sed you can install it with:

brew install gnu-sed

Or

brew install gnu-sed --with-default-names