#!/bin/bashs='43.65 24.0 889.5 5.032.14 32.0 900.0 6.038.27 43.0 899.4 5.0'sed -E 's,([0-9])\.0($| ),\1\2,g' <<< "$s"
Standard input is empty
43.65 24 889.5 5 32.14 32 900 6 38.27 43 899.4 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!