I have some data that looks like this:
"mytext1"
"mytext2"
"mytext3"
I want to change this so that I append the same phrase (at low prices) to each line so it looks like this:
"mytext1 at low prices"
"mytext2 at low prices"
"mytext3 at low prices"
How can I do this?
Please note that the text has quotes around it in my text file!
Thanks,
Jon
"mytext1"
"mytext2"
"mytext3"
I want to change this so that I append the same phrase (at low prices) to each line so it looks like this:
"mytext1 at low prices"
"mytext2 at low prices"
"mytext3 at low prices"
How can I do this?
Please note that the text has quotes around it in my text file!
Thanks,
Jon