Search desktop files using a list of keywords stored in a text file
Posted
by Tod1d
on Super User
See other posts from Super User
or by Tod1d
Published on 2010-06-01T21:21:52Z
Indexed on
2010/06/01
21:25 UTC
Read the original article
Hit count: 171
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.
© Super User or respective owner