会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
2024年8月22日
Linux 中 sed G选项在行后添加空行
摘要: 001、 简单测试 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 dfghghj hgfdwe [root@localhost test]# sed 'G' a.txt ## G在每一行添加空行 df
阅读全文
posted @ 2024-08-22 13:37 小鲨鱼2018
阅读(15)
评论(0)
推荐(0)
编辑
公告