[awk] if print 用法

awk '{if ($2 >= 0 && $3 < 10 && $7 != 2) {print $0}}' input.txt > output.txt

留言