首页 > 其他 > 详细

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

时间:2014-10-01 00:02:21      阅读:634      评论:0      收藏:0      [点我收藏+]

[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追加指定格式的内容到指定行

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!