Answers for "how to search all files for a string in terminal"

8

command line how to find all files that have a string

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

Code answers related to "how to search all files for a string in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language