Answers for "linux find file with a string"

11

find string in files linux

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on January-23-2020
3

find in file linux

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on November-17-2020

Code answers related to "linux find file with a string"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language