sed 换行符

1180阅读 0评论2013-07-08 ai616818
分类:Python/Ruby

sed -i ':a;N;$ s/; /\n/g;ba' aa

将aa中的 ; 替换为 换行
上一篇:自己写的 shell
下一篇:USB 配置,接口,设置,endpoint描述符的关系