Answers for "bash find text in specific file"

0

bash find text in specific file

find <your directory path> -name "*.file_type" -type f | xargs grep "word"
Posted by: Guest on October-26-2020

Code answers related to "bash find text in specific file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language