Tags: recherche
Sort by: Date /
Title /
-
for i in `find . -name "*.jsp" -print`; do echo "";echo ${i};echo "*******************************************************************************************" ; while read ligne; do cat $i | grep "$ligne" | grep -v "pas_cette_chaine" ; done < fichier_liste_des_occurrences ; done
First / Previous / Next / Last / Page 1 of 1 (1 posteets)