Grep Recursive File Name Matching
grep -ir --include "*.cpp" "xyz" .
DreamCoder
grep -ir --include "*.cpp" "xyz" .