Install Gnu Grep On Mac

[Solved] Install Gnu Grep On Mac | Shell - Code Explorer | yomemimo.com
Question : install gnu grep on mac

Answered by : dont-have-one

brew install grep --with-default-names
# the code above doesnt work anymore, so use the following:
brew install grep
# to use GNU, use ggrep rather than grep
ggrep -V
# Will now return GNU

Source : | Last Update : Sat, 11 Jul 20

Answers related to install gnu grep on mac

Code Explorer Popular Question For Shell