go-sum.sed 67 B

12345678
  1. #!/bin/sed -nf
  2. 1iEGO_SUM=(
  3. s/^\([^ ]\+\s[^ ]\+\).*/\t"\1"/p
  4. $a)