Answers for "linux find string in files in path"

0

linux find string in files in path

find . -name '*.js' -exec grep -i 'string to search for' {} \; -print
Posted by: Guest on July-08-2021

Code answers related to "linux find string in files in path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language