Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: install helm 
Shell :: ubuntu install rust 
Shell :: netstat centos ports 
Shell :: how to stop apache2 service in kali linux 
Shell :: .sh script: check if file exist 
Shell :: grep tail 
Shell :: restart network service ubuntu command line 
Shell :: find gradle version 
Shell :: installing nodejs on fedora 
Shell :: ionic install 
Shell :: eslint npm install 
Shell :: gcsfuse allow_other 
Shell :: lhapüasd 
Shell :: WSL2 trying to launch VSCode with code . results in error "Please install missing certificates." 
Shell :: remove/undo all modified files git 
Shell :: ffmpeg convert directory 
Shell :: bash ask for input 
Shell :: how to restart network manager in ubuntu 
Shell :: virtual box config networkt config ubuntu 
Shell :: remove docker image 
Shell :: shell count number of lines 
Shell :: adonisjs start 
Shell :: install yfinance 
Shell :: bash replace symbolic links with original files 
Shell :: kill apache 
Shell :: Could not load project management plugin KDevCMakeManager. 
Shell :: start mongod ubntu 
Shell :: git status with sizes 
Shell :: node js nodemailer Error: Invalid login: 535-5.7.8 Username and Password not accepted. 
Shell :: how to turn off windows license will expire soon 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =