Answers for "check string in all file in directory ubuntu"

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
2

find text in all files linux

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

Code answers related to "check string in all file in directory ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language