Search desktop files using a list of keywords stored in a text file
- by Tod1d
I have a list of 1285 keywords (database object names) that I have compiled into a TXT file; one keyword per line. I would like to search a directory of files (most have a .aspx or .cs extension) using this list of keywords.
My main goal is find out which of the 1285 database objects are being referenced in these files.
Can anyone recommend a tool that could accomplish this? Otherwise, I will just create my own.
Thanks.