Answers for "linux search for text in all files in a directory"

11

file search linux by text

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

find text in all files linux

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

Code answers related to "linux search for text in all files in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language