how to display contents of a file in shell window showing only lines that match a Keyword code example
Example: ubuntu show line in file containing text
grep -hnr "the_string" /media/slowly/DATA/lots_of_files
grep -hnr "the_string" /media/slowly/DATA/lots_of_files