本文共 294 字,大约阅读时间需要 1 分钟。
样本
/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://wdwao.baihongyu.com/