wc -l email_list.txt
unique_valid = list(dict.fromkeys(valid)) duplicates = len(valid) - len(unique_valid) email list txt file
| Domain | Count | % of Total | |--------|-------|-------------| | gmail.com | ### | ##% | | yahoo.com | ### | ##% | | outlook.com | ### | ##% | | ... | ... | ... | wc -l email_list
A standard email list inside a TXT file looks like this: email list txt file