Answers for "grep only php files"

PHP
2

grep only in php files

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

Browse Popular Code Answers by Language