If we want to find specific text, e.g. “Ania” only in PHP files:find . -name "*.php" -print0 | xargs -0 grep "Ania" 5/5 - (3 votes)