awk命令

一、awk if

1、如果第四列的值不为0,则全部输出来

awk '{if ($4 != "0") print $0}'

原文地址:https://www.cnblogs.com/wuchangblog/p/14032716.html