Answers for "grep for string in files that match an extension in directory and subdirectories"

PHP
2

grep only in php files

grep -r -i --include=\*.php 'searchterm' ./
Posted by: Guest on July-16-2020

Code answers related to "grep for string in files that match an extension in directory and subdirectories"

Browse Popular Code Answers by Language