Answers for "find file with grep"

0

find grep

$find . -name *.cpp -exec grep -q "debug" '{}' ; -print
Posted by: Guest on July-02-2021
0

search of string with grep

grep 'searchText' fileName
Posted by: Guest on August-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language