Answers for "how to find a string in linux file"

8

find string in files linux

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

Code answers related to "how to find a string in linux file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language