Answers for "linux search contents of files"

11

linux find from file content

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

shell find string in directory

grep -R "string_to_search" *
Posted by: Guest on August-09-2020

Code answers related to "linux search contents of files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language