Answers for "grep all files in directory with extension format output"

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 all files in directory with extension format output"

Browse Popular Code Answers by Language