fork(2) download
  1. awk '!/^[-=]/ && NR!=1{str=str","$1}END{print substr(str,2)}'
Success #stdin #stdout 0.03s 5264KB
stdin
ID Value
========
1  10
--------
2  20
--------
3  14
--------
stdout
1,2,3