awk -F"^" ' index($3,"2010") {
x[$12":"$20] +=$15-$16
}
END {

for (i in x) if(x[i]) print i"--" x[i]
} ' tmp/vouch
