fork download
  1. cat << EOF | awk -F"," 'NF==4{printf("%-5s%-8s%-12s %s\n", $1",", $2",", $3",", $4)}'
  2. 1,10000,0.187929453,10000
  3. 162,28000,0.045417083,28000
  4. 22,100000,0.020914811,100000
  5. 64,1000,0.234950091,10000
  6. 65,46000,0.037523632,46000
  7. 66,118000,0.015378538,118000
  8. EOF
Success #stdin #stdout 0.03s 5264KB
stdin
Standard input is empty
stdout
1,   10000,  0.187929453, 10000
162, 28000,  0.045417083, 28000
22,  100000, 0.020914811, 100000
64,  1000,   0.234950091, 10000
65,  46000,  0.037523632, 46000
66,  118000, 0.015378538, 118000