pretty silly question.
So basically I have a file like this
0 1 2 3 4 5 ... 1321
What I want is to add an integer to every element of the string, so for instance I want to add 1 so that it will become:
1 2 3 4 5 6 ... 1322
Thanks for the answers.
Mahad