Horje
install gnu grep on mac Code Example
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




Shell

Related
zsh mac Code Example zsh mac Code Example
how to pull from a particular branch in git Code Example how to pull from a particular branch in git Code Example
grep in gz files Code Example grep in gz files Code Example
bash find file by name Code Example bash find file by name Code Example
sed replace in file Code Example sed replace in file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8