[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Détecter fichiers qui n'ont pas une expression



Si j'ai bien compris la question :

for FIC in <fichiers>
do
grep -l -q <expression> "$FIC" || echo "$FIC"
done


--
Bernard.
20 ans d'utilisation de Debian. Comme le temps passe...


Reply to: