fork(6) download
  1. #!/bin/bash
  2.  
  3. sed -r '1n
  4. $n
  5. :
  6. s/ -?\w+ / : /
  7. t
  8. y/:/0/'
Success #stdin #stdout 0.01s 5076KB
stdin
67 4 -8 5 13
9 13 42 4 -7
1 1 3 -9 29
16 99 8 77 0
stdout
67 4 -8 5 13
9 0 0 0 -7
1 0 0 0 29
16 99 8 77 0