пример файла test.txt
Код: Выделить всё
foo bar
goo bar
Код: Выделить всё
sed -in '/foo/{s/bar/bah/;p}' test.txt
Подробнее здесь: https://stackoverflow.com/questions/791 ... a-substrin
Код: Выделить всё
foo bar
goo bar
Код: Выделить всё
sed -in '/foo/{s/bar/bah/;p}' test.txt