Answers for "linux find text in file print lines around"

1

ubuntu show line in file containing text

grep -hnr "the_string" /media/slowly/DATA/lots_of_files
Posted by: Guest on February-19-2020

Code answers related to "linux find text in file print lines around"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language