Answers for "linux find files with text recursively"

11

find file with text in the file recursively

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

search for filename recursively linux

find . -name "foo*"
Posted by: Guest on November-29-2020

Code answers related to "linux find files with text recursively"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language