linux se trouve des fichiers ne calant pas une chaîne

 # Find all files (here php files) which do not contain the string "somestring"
 grep -Li "somestring" *.php
MilMike