码迷,mamicode.com
首页 > 其他好文 > 详细

使用sed追加指定格式的内容到指定行

时间:2014-10-01 00:47:51      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:sed linux

[root@nfs tmp]# cat write.log 
this is a for write!
adjakldad
adkjalda
[root@nfs tmp]# cat log 
1
2
3
4
5
6
7
8
9
10
[root@nfs tmp]# sed ‘3r /tmp/write.log‘ log 
1
2
3
this is a for write!
adjakldad
adkjalda
4
5
6
7
8
9
10

本文出自 “guoxianqi” 博客,请务必保留此出处http://guoxianqi.blog.51cto.com/8764300/1559706

使用sed追加指定格式的内容到指定行

标签:sed linux

原文地址:http://guoxianqi.blog.51cto.com/8764300/1559706

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!