I have on a folder multiple txt file containing one or several lines. Each file name is an email address containing different email(s) address(es) inside.
For example, I have 3 files on my folder :
Content of each files:
cat [email protected]
[email protected]
[email protected]
cat [email protected]
[email protected]
cat [email protected]
[email protected]
[email protected]
[email protected]
I would like to build only one file containing those data:
[email protected];[email protected]
[email protected];[email protected]
[email protected];[email protected]
[email protected];[email protected]
[email protected];[email protected]
[email protected];[email protected]