Skip to content

Instantly share code, notes, and snippets.

@viktorsteinwand
Created February 17, 2016 12:59
Show Gist options
  • Save viktorsteinwand/857fdf2e455a4a01022c to your computer and use it in GitHub Desktop.
Save viktorsteinwand/857fdf2e455a4a01022c to your computer and use it in GitHub Desktop.
Enable Linux sed on OS X
# Install gnu-sed via brew
brew install gnu-sed
# using it
gsed
Please note: if installing with option "--default-names" it will replaces the default OS X sed command in the shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment