Answers for "grep string in directory with extension"

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 string in directory with extension"

Browse Popular Code Answers by Language