better grep searches

improve grep results
grep --include=\*.php --include=\*.inc --include=\*.css --include=\*.js --include=\*.html --exclude-dir=vendor


to make as an aliases, add to ~/.bashrc
alias grepPHP='grep --include=\*.php --include=\*.inc --include=\*.css --include=\*.js --include=\*.html --exclude-dir=vendor'

to use:
grepPHP someFunction -r


Keywordsimproved grep alias bashrc zshrc   Doc ID117620
OwnerEric G.GroupLaw School
Created2022-03-28 10:26:47Updated2022-05-26 15:16:31
SitesLaw School
Feedback  0   0