文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>sed匹配输出的问题

sed匹配输出的问题

时间:2008-11-16  来源:ubuntuer

zj@zj:~/Script/cushell/08.11.15$ cat sed.data
test1
1
11
test2
2
22
test3
3
33
test4
4
44

zj@zj:~/Script/cushell/08.11.15$ sed -n '/test/{:l;N;/test/{p;s/.*//};$!bl}' sedsed -n '/test/{p;:a;n;p;/test/q;b a}' sed.data
test1
1
11
test2

zj@zj:~/Script/cushell/08.11.15$ sed -n '/test/{n;:a;p;n;/test/q;b a}' sed.data
1
11

zj@zj:~/Script/cushell/08.11.15$ sed -n '/test/{:l;N;/test/{s/^\n//;p;s/.*//};$!bl}' sed.data
test1
1
11
test2
2
22
test3
3
33
test4

自己体会区别去把,累了,难得写了.

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载