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