发布网友
共2个回答
热心网友
手机党,打字比较费劲,希望采纳
awk -F, '/A0/ && $4>0.5 {print $0}' file
热心网友
将数据保存在文本文件 t.txt, 使用如下命令:
#awk -F',' '{if ($4 > 0.5) print $2}' t.txt