Answers for "check for string in folder path linux"

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 "check for string in folder path linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language