awk快速截取某个字段
更新:HHH   时间:2023-1-7


从51reboot截取reboot使用正则

awk正则

a='51reboot'|echo $a|awk -F '51' '{print $2}'

返回开发技术教程...