sed '/^echo/!s/text/subtext/g'

如果是以echo开始行首的行就不进行替换。

参考sed substitution conditional

相关文章: