美文网首页
2018-10-30 file 1<>file

2018-10-30 file 1<>file

作者: 七点水Plus | 来源:发表于2018-10-31 00:15 被阅读0次

    如何用awk实现匹配行指定字段替换后,重写源文件

        # add
        awk '$1~/wang/{$2=$2+300}1' file 1<>file
    
        # replace
        sed 's/\/proc\/[0-9]\{0,5\}/\/proc\/*****/g' test > test3
    

    file 1<>file

    http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=218853&page=7#pid1636825

    相关文章

      网友评论

          本文标题:2018-10-30 file 1<>file

          本文链接:https://www.haomeiwen.com/subject/vpgntqtx.html