Find Multiple Strings?

meatro

BANNED
Joined
Nov 21, 2009
Messages
568
Reaction score
1,001
I have a list of about 600 URLs, and I add to this list every day about 100-200 more URLs.

I also have a list of about 3,000 URLs that I add to every day about 1,000 URLs.

I'd like to know if anybody knows a way that I could search the 3,000 URLs for the 600 URLs in one sweep?

I've been going through manually and doing it, but obviously as the lists grow, it's getting to be too much.

Basically I want to do a CTRL+F on the 3,000 list and find the 600 URLs in there.

Anybody know a way to do this? Notepad++ is unable. Thank you.
 
I just made a bot to do it. :)

If anybody's interested, it's specifically for locating the Profile Links from XRumer's report tab (or logs/project/Profiles id#.txt) and extracting them from the logs/project/Registered Accounts.txt file.

Code:
http://www.virustotal.com/file-scan/report.html?id=94e9170b1b4cb3bbed500901b4852badbf271d999f0ad8a5cd61d0abd7cd349a-1321667672
Code:
http://www.mediafire.com/?38wggvm3eg36o3d
 
Back
Top