BEGIN{ FS=OFS="," Start=0 } $0=="sortedEstimate,number" {Start=1; next;} Start==1 {print $1}