免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2544 | 回复: 5
打印 上一主题 下一主题

[文本处理] shell里怎么用正则表达式取子串 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-08-19 11:36 |只看该作者 |倒序浏览
比如从以下字符串中取出<mediaUrl type="string">rtmpte://rhapsodyev-159.fcod.llnwd.net/a4376/v1/s/9/5/1/9/1/384419159?e=1345174409&amp;h=ee604ab75c6577196ae4d3dd1ef27b6c</mediaUrl>中的rtmpte://rhapsodyev-159.fcod.llnwd.net/a4376/v1/s/9/5/1/9/1/384419159?e=1345174409&amp,有什么好方法,grep,sed,awk都行,越简单越好!


<?xml version="1.0" encoding="UTF-8"?>
<o><data class="object"><accountType type="string">RHAPSODY_TOGO</accountType><bitRate type="number">128</bitRate><format type="string">mp3 64</format><freePlaysRemaining type="number">0</freePlaysRemaining><genre class="object"><genreId type="string">g.115</genreId><name type="string">Pop</name><rootGenreName type="string"/></genre><mediaUrl type="string">rtmpte://rhapsodyev-159.fcod.llnwd.net/a4376/v1/s/9/5/1/9/1/384419159?e=1345174409&amp;h=ee604ab75c6577196ae4d3dd1ef27b6c</mediaUrl><playbackSessionId type="string">1345173808914:jason-huo@rhapsody.com:40134:rn_popout</playbackSessionId><playbackType type="string">NORMAL</playbackType><purchaseInfo class="object"><type type="string">track</type><url type="string">http://mp3.rhapsody.com/goto?rcid=Tra.30867607&amp;pcode=rn&amp;addToCart=Tra.30867607</url></purchaseInfo><radVersion type="number">0</radVersion><track class="object"><album class="object"><albumArt162X162Url type="string">http://static.rhap.com/img/170x170/3/1/6/9/2279613_170x170.jpg</albumArt162X162Url><albumArt70X70Url type="string"/><albumId type="string">Alb.30848999</albumId><albumType type="number">0</albumType><compilation type="boolean">false</compilation><copyright type="string"/><displayName type="string">The Fame Monster</displayName><displayableAlbumTypes class="array"><e type="string">Edited</e></displayableAlbumTypes><label type="string"/><name type="string">The Fame Monster</name><numberOfDiscs type="string">1</numberOfDiscs><parentalAuthority type="boolean">false</parentalAuthority><primaryArtistDisplayName type="string">Lady GaGa</primaryArtistDisplayName><primaryArtistId type="string">Art.20067373</primaryArtistId><primaryStyle type="string">Dance Pop</primaryStyle><releaseYear type="string">2009</releaseYear><rightFlags type="number">33594</rightFlags><shortcut type="string">lady-gaga/the-fame-monster</shortcut><tracks class="array"/></album><albumId type="string">Alb.30848999</albumId><artist class="object"><artistId type="string">Art.20067373</artistId><genre class="object" null="true"/><imageURL type="string"/><name type="string">Lady Gaga</name><rightFlags type="number">33594</rightFlags><shortcut type="string">lady-gaga</shortcut></artist><artistId type="string">Art.20067373</artistId><blurbs class="array"/><discIndex type="string">1</discIndex><displayAlbumName type="string">The Fame Monster</displayAlbumName><displayArtistName type="string">Lady Gaga</displayArtistName><genre class="object"><genreId type="string">g.115</genreId><name type="string">Pop</name><rootGenreName type="string"/></genre><genreId type="string">g.290</genreId><name type="string">Poker Face</name><playbackSeconds type="number">237</playbackSeconds><price type="string"/><purchaseInfo class="object"><type type="string">track</type><url type="string">http://mp3.rhapsody.com/goto?rcid=Tra.30867607&amp;pcode=rn&amp;addToCart=Tra.30867607</url></purchaseInfo><rightFlags type="number">33338</rightFlags><sampleUrl type="string">http://listen.vo.llnwd.net/g1/5/1/2/9/1/384419215.mp3</sampleUrl><trackId type="string">Tra.30867607</trackId><trackIndex type="string">12</trackIndex></track><unlimited type="boolean">true</unlimited><userInfo class="object" null="true"/><validTerritory type="boolean">true</validTerritory></data><status class="object"><blocked type="boolean">false</blocked><errorCode type="string"/><errorMessage type="string"/><mid type="string">g1bS=fAxjQCKKudM8GX8dsjzzBQVWnVU</mid><success type="boolean">true</success></status></o>

论坛徽章:
10
天蝎座
日期:2013-09-22 22:32:23程序设计版块每日发帖之星
日期:2016-08-07 06:20:00lufei
日期:2016-06-17 17:38:40程序设计版块每日发帖之星
日期:2016-06-12 06:20:002016科比退役纪念章
日期:2016-05-31 15:47:20CU十四周年纪念徽章
日期:2016-05-27 12:24:562015年亚洲杯之阿曼
日期:2015-05-03 21:01:352015年辞旧岁徽章
日期:2015-03-03 16:54:15天蝎座
日期:2013-10-20 21:05:24程序设计版块每日发帖之星
日期:2016-08-11 06:20:00
2 [报告]
发表于 2012-08-19 12:19 |只看该作者

  1. sed -n 's/.*<mediaUrl[^>]*>\([^<;]*\)[^<]*<\/mediaUrl>.*/\1/gp'
复制代码

论坛徽章:
0
3 [报告]
发表于 2012-08-19 12:28 |只看该作者
还真是可以了,能具体解释一下什么意思吗?我是shell新手,多谢了!!!
回复 2# liion631818


   

论坛徽章:
33
ChinaUnix元老
日期:2015-02-02 08:55:39CU十四周年纪念徽章
日期:2019-08-20 08:30:3720周年集字徽章-周	
日期:2020-10-28 14:13:3020周年集字徽章-20	
日期:2020-10-28 14:04:3019周年集字徽章-CU
日期:2019-09-08 23:26:2519周年集字徽章-19
日期:2019-08-27 13:31:262016科比退役纪念章
日期:2022-04-24 14:33:24
4 [报告]
发表于 2012-08-19 17:47 |只看该作者
回复 3# hty_1984


可以先把教程读一遍
http://bbs.chinaunix.net/thread-452942-1-1.html

论坛徽章:
0
5 [报告]
发表于 2012-08-20 10:32 |只看该作者
文本处理,还是perl更强。我更喜欢用perl。

论坛徽章:
15
2015年辞旧岁徽章
日期:2015-03-03 16:54:15双鱼座
日期:2015-01-15 17:29:44午马
日期:2015-01-06 17:06:51子鼠
日期:2014-11-24 10:11:13寅虎
日期:2014-08-18 07:10:55酉鸡
日期:2014-04-02 12:24:51双子座
日期:2014-04-02 12:19:44天秤座
日期:2014-03-17 11:43:36亥猪
日期:2014-03-13 08:13:51未羊
日期:2014-03-11 12:42:03白羊座
日期:2013-11-20 10:15:18CU大牛徽章
日期:2013-04-17 11:48:45
6 [报告]
发表于 2012-08-20 13:20 |只看该作者
  1. grep -oP '(?<=<mediaUrl type="string">)[^<;]+' infile
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP