fork download
  1. { printf("%s . %s . %d\s", $0, $2, $3); }
  2.  
Success #stdin #stdout 0s 5320KB
stdin
ABC DEF GHI
stdout
ABC DEF GHI . DEF . 0\s