linux_awk_内部正则过滤

awk -F'	' '{if($3 !~ /^<p><img/){print $0}}' latex500.db|wc -l
原文地址:https://www.cnblogs.com/cphmvp/p/4547559.html