fork download
  1. #!/bin/bash
  2. s="Name-6.1.4_Float Time;453802;464204;466345 464481 466131 464283 465065 462561
  3. Name-6.1.4_Logic Good Time;125896;145349;137303 131601 144520 132487 133884"
  4. sed -E ':a;s/(;[^ \t]+)[ \t]+/\1;/;ta' <<< "$s" | sed 's/;*$/;/'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
Name-6.1.4_Float Time;453802;464204;466345;464481;466131;464283;465065;462561;
Name-6.1.4_Logic Good Time;125896;145349;137303;131601;144520;132487;133884;