码迷,mamicode.com
首页 > 系统相关 > 详细

shell提取数字

时间:2017-10-11 16:25:41      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:shell

样本

/opt/abc/efg_hello_211/world/world

/opt/abc/efg-hello-2112/world/world


方法一.cat test.txt |grep "server"|awk -F‘/‘ ‘{print $4}‘|grep -o ‘[0-9]\{3,\}‘

方法二.cat test.txt |grep "server"|awk -F‘/‘ ‘{print $4}‘|awk -F ‘-|_‘ ‘{print $3}‘


本文出自 “未来时空” 博客,请务必保留此出处http://sjitwant.blog.51cto.com/3661219/1971428

shell提取数字

标签:shell

原文地址:http://sjitwant.blog.51cto.com/3661219/1971428

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!