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