sed指定位置插入多行文本

sed -i ✀3i******* ********* ********✀ b.sh 报错
2025-03-31 23:03:09
推荐回答(1个)
回答1:

# sed '2i 111\n222\n333' 1
asdasd
111
222
333