博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux sed
阅读量:6432 次
发布时间:2019-06-23

本文共 160 字,大约阅读时间需要 1 分钟。

指定位置后插入行

sed -i '/match reg/a\line1\nline2' target.txt

指定位置前插入行

sed -i '/match reg/i\line1\nline2' target.txt

转载于:https://www.cnblogs.com/liudebo/p/9441485.html

你可能感兴趣的文章
编译安装PHP
查看>>
css position:static 的使用
查看>>
nfs永久挂载与临时挂载
查看>>
linux查看网络链接状况命令之-netstat
查看>>
我的友情链接
查看>>
UIView的layoutSubviews和drawRect方法何时调用
查看>>
mysql主从同步
查看>>
制作最简化的Linux系统
查看>>
我的友情链接
查看>>
使用List的remove方法需要的注意的问题
查看>>
Ansible的介绍、安装、配置及常用模块介绍
查看>>
编码列表
查看>>
eigrp 配置
查看>>
谈一谈 redis 集群
查看>>
concurrent包
查看>>
分区和格式化硬盘
查看>>
在Linux下调试Python代码的各种方法
查看>>
centos7塔建MQ服务器
查看>>
Peer authentication failed for user
查看>>
超强的.NET图像工具包VintaSoftImaging.NET SDK更新至v8.6丨75折优惠
查看>>