Answers for "linux find file containing specific text"

8

find text in any file linux

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

Code answers related to "linux find file containing specific text"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language