Hi, I have a text file that contents a list of email addresses like
this:
"foo@yahoo. com"
"tom@hotmail.co m"
"jerry@gmail.co m"
"tommy@apple.co m"
I like to
1. Strip out the " characters and just leave the email addresses on
each line.
2. extract out the hotmail addresses and store it into another file.
The hotmail addresses in the original file would be deleted.
Thanks for any help
this:
"foo@yahoo. com"
"tom@hotmail.co m"
"jerry@gmail.co m"
"tommy@apple.co m"
I like to
1. Strip out the " characters and just leave the email addresses on
each line.
2. extract out the hotmail addresses and store it into another file.
The hotmail addresses in the original file would be deleted.
Thanks for any help
Comment