I have 100 plus do files that contains the following lines
*<_version_>
gen version= "V01"
label var version "Version of the data"
*</_version_>
I am looking for a way to change this line of code between the html tags so that it becomes this:
*<_version_>
gen version= "V02"
label var version "Version of the data"
*</_version_>
Anyone knows a quick way to do this without opening each of the 100 do files?
Appreciate any help!
*<_version_>
gen version= "V01"
label var version "Version of the data"
*</_version_>
I am looking for a way to change this line of code between the html tags so that it becomes this:
*<_version_>
gen version= "V02"
label var version "Version of the data"
*</_version_>
Anyone knows a quick way to do this without opening each of the 100 do files?
Appreciate any help!
Comment