get a string word from specific txt file from bash code example
Example: bash find text in specific file
find <your directory path> -name "*.file_type" -type f | xargs grep "word"
find <your directory path> -name "*.file_type" -type f | xargs grep "word"