1.(含字符22英寸(22英寸)在当前行上面插入文本科科=' gggggggggggggg '
sed-I/22/I \ Koko=' gggggggggg '/root/soft/iptables
2.(含字符22英寸(22英寸)在当前行下面插入文本科科=' gggggggggggggg '
sed-I/22/a \ Koko=' gggggggggggg '/root/soft/iptables
3.(含字符22英寸(22英寸)用新的文本改变本行的文本科科=' gggggggggggggg '
sed-I/22/c \ Koko=' gggggggggggg '/root/soft/iptables
4.在整行范围内把字符22 替换为芋头试验,如果没有g标记,则只有每行第一个匹配的22 被替换成芋头试验
sed-I/22/Koko测试/g '/根/软/iptables
5.删除/root/soft/iptables文件的第二行
sed-I2/根/软/iptables
6.删除/root/soft/iptables文件的第二行到末尾所有行
sed-I2美元/root/soft/iptables
7.删除/root/soft/iptables文件的最后一行
sed-I $ from/root/soft/iptables-自我/根/软/iptables
8.删除/root/soft/iptables文件所有包含22 的行
sed-I/22/' d/根/软/iptables