I have a file in the following format
12:34 12:30 12:489905
45:755558 25:35 54:78
78:56 1555554:20 62:81
4115:56 45:555556 45:56
I need to add up the the valuse before the semicolon for each row and output it in another file. So the contents of the file would look like this :
36 (which is 12+12+12)
134 (which is 45+25+54)
.
.
. and so on
Start Free Trial