Answers for "grep in php files only"

PHP
2

grep only in php files

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

grep search for text in php files recursive

grep -r "string to search for" ./
Posted by: Guest on June-16-2020

Browse Popular Code Answers by Language