我想在最后一行之前的两行中插入一个新行。所以如果我的原始文件是:
1 2 3 4 5
结果应该是
1 2 3 New line 4 5
sed awk text-processing ed
awk ×1
ed ×1
sed ×1
text-processing ×1