Answers for "install gnu grep on mac"

1

install gnu grep on mac

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
Posted by: Guest on July-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language