Answers for "find file with text in the file recursively"

3

find file with text in the file recursively

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

Code answers related to "find file with text in the file recursively"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language