awk多模式匹配

awk -F ':' '{if(($1 ~/wlan/)||( $1 ~/Cell/)||($1 ~/Quality*/)) {print $0}}'

原文地址:https://www.cnblogs.com/mayidudu/p/5886765.html