duplicating lines
-
I want to duplicate this below on notepad++ and make the duplicate to have 1.2.3.2 and 1.2.3.4 and so on until 1.2.3.200
what I have:
goldplate enterprises
attribute solution per class :sub class=1.2.3.1How I want it to appear:
goldplate enterprises
attribute solution per class :sub class=1.2.3.1
goldplate enterprises
attribute solution per class :sub class=1.2.3.2
goldplate enterprises
attribute solution per class :sub class=1.2.3.3and so on…
Is this possible with notepad++ and how can I achieve that. Thank you