search all linux files for a string code example Example: linux find all files name containing string find . -name "*ABC*" -exec grep -H 'XYZ' {} +