I have a file which is like
email = [email protected]
email = [email protected]
email = [email protected]
Can I make it like this?
email = [email protected]
email = [email protected]
email = [email protected]
Can I do this in any text editor? Or is there any other way? Thanks.
I would say use Vim, but for Notepad++:
hold Alt and select the column of numbers that you wish to change. Then go to Edit->Column Editor and select the Number to Insert radio button in the window that appears. Then specify your initial number and increment, and hit OK. It should write out the incremented numbers.
copied from here.
To apply it, do it once for @gmail.com
then the 1,2,3
, lastly the prefix email = myemail
.
I really like to recommend vim (again), you could do many stuff like these with one-liners.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With