cat result.tmp.case_t |awk -F'\t' '(($3==2) || ($3==3)) && ($4 < 0.4) {print}'
按 '\t'分开列,第三列为2/3,第四列 < 0.4的数据输出