sed 示例

在匹配到的行尾添加:

删除匹配后的N行(delete n lines following a pattern)or (delete n lines after match/matches)

如果匹配到的行不需要删除

 

正则替换:

将 “craete time: 1988-02-02 11:22:12″ 替换为”craete time: 1988-02-02T11:22:12”

  1. 使用 -r
  2. 反向引用

 

参考资料: http://blog.csdn.net/holandstone/article/details/8488434

http://stackoverflow.com/questions/4396974/sed-or-awk-delete-n-lines-following-a-pattern

http://stackoverflow.com/questions/8323287/how-can-i-use-sed-to-delete-2-lines-after-match-matches

 

 

留下评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据