I have a text file with unknown length. There are two values on each line:
VALUE1[SPACE]VALUE2
Now I have to get another (or the same) file with a new List like:
0.0.0.0/rep/com/bla/blub/VALUE1/VALUE2/VALUE1-VALUE2.zip
...for each line I have in the list with the two values. How can I do this?