I have some lines in this format:
I want to find the exact lines containing the same emails. For example there are 10 lines like the above and I try to find from those 10 just 4 and copy them into a new file.
I tried this using basic Find, but I can use only one line to type the email. How can I type multiple lines (email addresses) in find to search them in Edit file?
Is this achievable?
Code: Select all
username password email emailpassword number FirstName LastName Birthday
I tried this using basic Find, but I can use only one line to type the email. How can I type multiple lines (email addresses) in find to search them in Edit file?
Is this achievable?