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

8

find text in any file linux

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

find in file linux

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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language