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
Also in Shell:
- how to add application to unity launcher
- shell loop terminating after command
- ffmpeg
- python virtualenv
- how to install theme in sublime text 3
- ubuntu open file from terminal
- install yarn
- terminal delete fle
- ubuntu ec2 node mongodb connect ECONNREFUSED 127.0.0.1:27017
- how to see all branches in git
- list all services using systemctl
- how to find a file in linux terminal
- git worktree
- how to stop a port in macos
- pull down remote branch git
- how to reset git branch to a certain commit.
- particular screenshot in ubuntu
- read file using shell script
- Linux Mint reset xfce-panel
- docker install ubuntu
- material ui install
- How to upload a files to a repository on github using gitbash
- npm install mongoose error npm ERR! code ENOSELF
- pip install crispy_forms