Hello, I need to add a word after each line in a text file. Anyone knows any software that can do this ? Thanks alot.
Paste all the text in excel spread sheet and use concatenate formula. I think it works in open office too.
Excel is a good idea if you just need to do it just this once. If you need to do it regularly then look into programming it yourself (this problem will be easy to solve even for a novice), if you want to do it online, code a script in PHP. --Mike