Answers for "find | grep"

0

grep search

grep -r "texthere" .
Posted by: Guest on October-23-2021
0

find grep

$find . -name *.cpp -exec grep -q "debug" '{}' ; -print
Posted by: Guest on July-02-2021
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