Email List Txt File

split -l 10000 large_email_list.txt batch_part_

: Keep every email address on its own line to prevent import errors. email list txt file

Please (or a sample) and tell me:

Get-Content email_list_raw.txt | Sort-Object -Unique > email_list_clean.txt split -l 10000 large_email_list