# usage: cat data | awk -f pdf.awk { V = V + $1 print V, $2 }