$ awk '{if($6 > 50) {print $1 " Too high";} else {print "Range is OK";}}' filename
引用
https://blog.csdn.net/xiyangyang052/article/details/45462505.
$ awk '{if($6 > 50) {print $1 " Too high";} else {print "Range is OK";}}' filename
https://blog.csdn.net/xiyangyang052/article/details/45462505.