Completely dumbfounded with this, using -
grep -f list.txt c:/texts/*.txt > output
list.txt contains a list of strings to grep
C:/texts/*.txt contains a bunch of text files to search
for some strong reason it keeps outputting false matches, or the entire file regardless of match I'm not sure, but example
list.txt contains >
user1@hotmail.com
C:/text/ contains
firstsearch.txt contains >
usernoname@hotmail.com:phonenumber:location
and it will output that as a match :S.. makes no sense, or I'm just missing the obvious, i don't know?