repost from Here.
Hey there, thanks for the response. I did not want to change an unique identifier in a bunch of files, but rather change the unique identifier in ONE file with the contents of a second file. so if i have ten instances of a unique identier say "****HHH***" in the first file, then lets suppose i have 10 different words each on a separate line. the first word from file 2 should replace the first instance of ****HHH*** in file 1 and the word on the second line should replace the second instance of ****HHH*** in file 1 and so forth.
ex:
COntents of file 1
ABCD = ABCD + ****HHH***
href=fox****HHH***.html
why does ****HHH*** fly high??
contents of second file
EFG
sucks
the bird
========
so after operation the content of file 1 should be
ABCD = ABCD + EFG
href=foxsucks.html
why does the bird fly high??
I hope that made sense.
======
so can someone find me a software that can do that, preferably one that a dumb user like me can run from my pc.
Hey there, thanks for the response. I did not want to change an unique identifier in a bunch of files, but rather change the unique identifier in ONE file with the contents of a second file. so if i have ten instances of a unique identier say "****HHH***" in the first file, then lets suppose i have 10 different words each on a separate line. the first word from file 2 should replace the first instance of ****HHH*** in file 1 and the word on the second line should replace the second instance of ****HHH*** in file 1 and so forth.
ex:
COntents of file 1
ABCD = ABCD + ****HHH***
href=fox****HHH***.html
why does ****HHH*** fly high??
contents of second file
EFG
sucks
the bird
========
so after operation the content of file 1 should be
ABCD = ABCD + EFG
href=foxsucks.html
why does the bird fly high??
I hope that made sense.
======
so can someone find me a software that can do that, preferably one that a dumb user like me can run from my pc.