Recherche de ligne de commande Linux et remplacer la chaîne


> grep -rl "old string" . | xargs sed -i 's/old string/new string/g'

Dizzy Dog