# awk -F ',|-' -f part2.awk input $3>$2 || $1 > $4 {n++} END {print NR-n}