Linux sed 替换第一次出现的字符串

Posted zengjf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux sed 替换第一次出现的字符串相关的知识,希望对你有一定的参考价值。

/*********************************************************************************
 *                  Linux sed 替换第一次出现的字符串
 * 说明:
 *     需要替换配置文件中第一次出现的文本内容。
 *
 *                                       2016-12-16 深圳 南山平山村 曾剑锋
 ********************************************************************************/

一、参考文档:
    How to use sed to replace only the first occurrence in a file?
        http://stackoverflow.com/questions/148451/how-to-use-sed-to-replace-only-the-first-occurrence-in-a-file

二、测试代码:
    sed -i 0,/IP = .*/s/IP = .*/IP = 10.10.10.10/ /usr/share/config.conf

 

以上是关于Linux sed 替换第一次出现的字符串的主要内容,如果未能解决你的问题,请参考以下文章

使用 sed 替换字符串中最后一次出现的字符

linux下sed命令对文件执行文本替换

linux sed 替换

linux 特殊符号怎样用sed替换

linux 替换 sed命令 转载

Linux Sed命令在特殊字符后替换