bigbalbossa
Programmer
Guys,
I have a txt file that has a space between every character in entire file. For example:
2 5 J L 1 7 / 3 3 T M N T A N
should be:
25 JL 17/33 TMN TAN
What's the best way to remove this space? I'm sure you awk guys have any answer
I have a txt file that has a space between every character in entire file. For example:
2 5 J L 1 7 / 3 3 T M N T A N
should be:
25 JL 17/33 TMN TAN
What's the best way to remove this space? I'm sure you awk guys have any answer