Finden Sie Grep
$find . -name \*.cpp -exec grep -q "debug" '{}' \; -print
Envious Eel
$find . -name \*.cpp -exec grep -q "debug" '{}' \; -print