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