Find: UNIX regexp search down a directory tree

How to make a regexp search with find recursively . If you want to search only in php files, replace file_pattern with “*.php”

find . -iname -exec grep -n {} \; -print


Posted

in

by

Tags: