vscode find selected text as file code example
Example 1: ubuntu show line in file containing text
grep -hnr "the_string" /media/slowly/DATA/lots_of_files
Example 2: ubuntu find file with text
grep -r someWordToSearchHere *
grep -hnr "the_string" /media/slowly/DATA/lots_of_files
grep -r someWordToSearchHere *