fork(5) download
  1. awk '{ printf("%-10s ",$0); if(NR%2==0) printf("\n");}'
Success #stdin #stdout 0.02s 5264KB
stdin
John
30
Mike
0.0786268
Tyson
0.114889
Gabriel
0.176072
Fiona
0.101895
stdout
John       30         
Mike       0.0786268  
Tyson      0.114889   
Gabriel    0.176072   
Fiona      0.101895