Search Strings In PHP Code

by Kyle on

find . -name "*.php" -exec grep string {} \; -exec echo -e {} \;

Hide Sidebar