标签:
awk -F‘\t‘ ‘{if($3 !~ /^<p><img/){print $0}}‘ latex500.db|wc -l
linux_awk_内部正则过滤
原文地址:http://www.cnblogs.com/cphmvp/p/4547559.html