SyntaxFix
Write A Post
Hire A Developer
Questions
grep -l hello **/*.{h,cc}
You might want to shopt -s nullglob to avoid error messages if there are no .h or no .cc files.
shopt -s nullglob