Let's say I have a text file MyFile.txt with the following contents:
hellosam
whatsup
mynameisjohn
etc...
I want to look at every word in MyFile.txt, and then see which file in my local folder C: \ myfolders \ myallfiles contains this word.
For example, I want to see which file will contain a link to hellosam, etc. etc.
source
share