I have a txt file that is a list of email addresses, in a singal coulum.

ex.

[email protected]
[email protected]

I want to open the file and pull all of these together and seperate them with a ";".
To look like this:
[email protected];[email protected]

Thanks,

BMLekki
[email protected]