How to make a paste across severl files all at once?
Posted: Thu Jul 17, 2003 7:28 am
I love the feature inside the replace command to do the replace function across all open files. For example, I open 40 text files, and I want to go to the bottom of each text file and add the same line to each file. Preferably without a macro because I have to reprogram a new macro each time. Something like the replace function with "across all files" option is what I am looking for.
Currently, when I want to execute the same paste across 40 files, what I am doing now is doing a replace on the last characters of the last line, and replacing it with the same characters and then a regexp with "new line" and then add the line I want. It is quite a cumbersome workaround, and hoping somebody knows how I can do this easily?
Thanks,
Marcus
Currently, when I want to execute the same paste across 40 files, what I am doing now is doing a replace on the last characters of the last line, and replacing it with the same characters and then a regexp with "new line" and then add the line I want. It is quite a cumbersome workaround, and hoping somebody knows how I can do this easily?
Thanks,
Marcus