Bash encontre texto em arquivo específico
find <your directory path> -name "*.file_type" -type f | xargs grep "word"
Thoughtful Toad
find <your directory path> -name "*.file_type" -type f | xargs grep "word"