插入数据
sed -i "" "$line i\ (此处必须加一个空格) 插入的内容 " test.txt
新增数据
sed -i "" "$line a\ (此处必须加一个空格) 新增的内容 " test.txt