Yanndewael
Programmer
Hello,
I have a file with lines such as:
[0,,125554656,+ 14.57,000000,0,0]
[1,2,125433545,- 1234568.24,000,0,0]
...
And I want to write a script removing the spaces between the sign (+ or -) and the amount.
Which command should I use? Perl?
Thank you in advance
I have a file with lines such as:
[0,,125554656,+ 14.57,000000,0,0]
[1,2,125433545,- 1234568.24,000,0,0]
...
And I want to write a script removing the spaces between the sign (+ or -) and the amount.
Which command should I use? Perl?
Thank you in advance