Answer the question
In order to leave comments, you need to log in
How to make search for occurrence of text with recursion in grep in certain extensions?
Tell me how to do a recursive grep search in all directories so that it checks only *.php files?
grep -rl "some-words" "*.php$"
grep: *.php$: No such file or directory
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question