Linux Encontre arquivos não canter uma string
# Find all files (here php files) which do not contain the string "somestring"
grep -Li "somestring" *.php
MilMike
# Find all files (here php files) which do not contain the string "somestring"
grep -Li "somestring" *.php