OP 14 September, 2021 - 01:56 PM
(This post was last modified: 14 September, 2021 - 02:24 PM by SNova. Edited 1 time in total.)
I wanted to know how to extract combos(email:pass) with special words in them for example :-
####[email protected]###:##alina
####[email protected]%$$$:$$$deta
%$$##[email protected]$$$%%:%%$$$alina
###[email protected]:&%&&&trum%%%
now if I wanted to extract lines with alina in them how do I accomplish that? or lines with dog in it how do I do that?
I wanted to extract all the lines in the email:pass(left) that has all the words in the right list named "pass word extarct"
I can do one at a time like this but that is too slow.
####[email protected]###:##alina
####[email protected]%$$$:$$$deta
%$$##[email protected]$$$%%:%%$$$alina
###[email protected]:&%&&&trum%%%
now if I wanted to extract lines with alina in them how do I accomplish that? or lines with dog in it how do I do that?
I wanted to extract all the lines in the email:pass(left) that has all the words in the right list named "pass word extarct"
I can do one at a time like this but that is too slow.