perl逐行读取txt并查找某一特定字符 40

例如文件1.text是这样的一段话:WalmartchiefexecutiveDouglasMcMillondefendscompany'sdecisiontoinves... 例如文件1.text是这样的一段话:Walmart chief executive Douglas McMillon defends company's decision to invest billions in improving its stores and Internet shopping presence。希望能够找住decision这个词,以及找到Mcmillan以及附近6个文字,应该怎么样? 展开
 我来答
qmg1023
2016-07-22 · TA获得超过888个赞
知道小有建树答主
回答量:804
采纳率:0%
帮助的人:895万
展开全部
echo"Walmart chief executive Douglas McMillon defendscompany's decision to invest billions in improving its stores and Internetshopping presence" | perl -nle ' $r =  qr"((?:\b[\w'\'']+\b\s*){1,3})\s*McMillon\s*((?:\b[\w'\'']+\b\s*){1,3})"; /$r/ ;  print "3 word before McMillon : $1" ; print "3 wordafter McMillon : $2" '
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式