Repeat a line n number of times with a different value in each line
-
Hi All,
I need a help & hope I would get required help.
Let’s I’ve an xml line like this in notepad++.
</ns2:Header> <LastUpdatedDate>2008-09-29 03:49:45</LastUpdatedDate> ns2:SourceCustomerID12345678</ns2:Sourc
I would like to repeat the above line 3000 times with a different CustomerID(12345678) in each line. How do I do that?
Thanks,
Rajiv -
Use a scripting language like AWK, PERL, or Python.