Поиск и заменить строку Linux Command Line


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

Dizzy Dog