fork download
  1. #!/bin/bash
  2. # your code goes here
  3.  
  4. sed -e 's/,/./9' -e 's/,/./7' -e 's/,/./5' -e 's/,/./3' -e 's/,/./'<<":"
  5. 1,188,1,250,0,757,0,946,8,960
  6. 1,257,1,300,0,802,1,002,9,485
  7. 1,328,1,350,0,846,1,058,10,021
  8. 1,381,1,400,0,880,1,100,10,418
  9. :
Success #stdin #stdout 0s 5076KB
stdin
Standard input is empty
stdout
1.188,1.250,0.757,0.946,8.960
1.257,1.300,0.802,1.002,9.485
1.328,1.350,0.846,1.058,10.021
1.381,1.400,0.880,1.100,10.418