发布网友 发布时间:2022-04-21 11:58
我来回答
共1个回答
热心网友 时间:2023-09-15 14:47
sed -i 's/*\{6\}/eth2 eth3/' file.txt 你那是什么版本的shell啊我这是bash,就是把带6个*的地方都换成 eth2 eth3, 你没sed ?? 这个单引号很折磨人sed -i "/test IF/{s/\(.*\)\('\)\(.*\)\('\)/\1\2\eth2 eth3\4/g}" urfile