Created
May 24, 2019 07:01
-
-
Save csandanov/37c8ee0d36b5864bd5f3b641520deab8 to your computer and use it in GitHub Desktop.
Install GNU sed and grep on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install gnu-sed | |
brew install grep | |
# Add to path your shell profile (e.g. ~/.zshrc). | |
export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:/usr/local/opt/gnu-sed/libexec/gnubin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment