样本
/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}'
hahhahahahah 博主文章分类:linux系统 ©著作权
样本
/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}'
上一篇:zabbix自动发现端口并监控
下一篇:shell 比较两个文本不同
利用Linux系统中的时间秒1-59来进行猜数字游戏
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M