awk if 使用方法

awk if 使用方法 例如筛选tcp中接受或发送的有堆积的连接状况:web $ netstat -tanp | awk '{if ($2 > 0 || $3 > 0) print $0}' Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Forei
相关文章
相关标签/搜索