Answers for "linux search in file content"

8

linux find from file content

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

linux search inside files

grep -Rl "search-term"
Posted by: Guest on October-07-2021

Code answers related to "linux search in file content"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language