语法

1
2
3
4
sed [-hnV][-e<script>][-f<script文件>][文本文件]

eg,带g则全局修改,不带则只修改匹配的第一个:
sed -i 's/{原字符串}/{将要修改的字符串}/g' build.xml

参数说明

  • -e