Answers for "grep specific file"

1

grep specific file

grep --include *.h --include *.cpp "findme" -r .
Posted by: Guest on January-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language