Answers for "grep global configuration"

0

grep global configuration

alias regrep='grep -Er --exclude=*~ --exclude=*.pyc --exclude-dir=.bzr --exclude-dir=.git --exclude-dir=.svn'
Posted by: Guest on March-26-2020
0

grep global configuration

export GREP_OPTIONS='--color=auto --exclude=*.pyc --exclude-dir=.git'
Posted by: Guest on March-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language