OK, so I have a file that's a list of filenames. Each of these has a single numeric value in it, easily matched by
I then want to append this to the end of the line, with a space seperator. How do I do this?
Code:
[0-9]+[.][0-9]+
Comment