001、
[root@pc1 test]# ls a.txt [root@pc1 test]# cat a.txt ## 测试数据 1 2 3 4 5 6 [root@pc1 test]# sed '3a xx' a.txt ## 在第3行后面插入内容 1 2 3 xx 4 5 6
标签:##,pc1,指定,插入,linux,test,txt,root From: https://www.cnblogs.com/liujiaxin2018/p/16837943.html
001、
[root@pc1 test]# ls a.txt [root@pc1 test]# cat a.txt ## 测试数据 1 2 3 4 5 6 [root@pc1 test]# sed '3a xx' a.txt ## 在第3行后面插入内容 1 2 3 xx 4 5 6
标签:##,pc1,指定,插入,linux,test,txt,root From: https://www.cnblogs.com/liujiaxin2018/p/16837943.html