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.