i need a program that will let me insert something to the beginning of every line and to the end of every line.
say i had a txt file with 1000 lines of this:
file1.zip
file2.zip
.
.
file1000.zip
i want to insert to the front of all lines this:
<a.href=http://www.blah.com/
and to the end of all lines this:
>xxxxxxxxxx</A>
so now i will have a lot of links if i add some html header. how can i do this? it's too much to do manually.
say i had a txt file with 1000 lines of this:
file1.zip
file2.zip
.
.
file1000.zip
i want to insert to the front of all lines this:
<a.href=http://www.blah.com/
and to the end of all lines this:
>xxxxxxxxxx</A>
so now i will have a lot of links if i add some html header. how can i do this? it's too much to do manually.
