Hi,
Thanks for the response. As an example: say I had a tab delimited text file containing the following
dog,cat,horse,cow,bird,worm
I would like to search using a list like below:
dog,cow
and for it to return the hits.
The reason for this is I would like to search for a list of reserved words in huge tab delimited files. As the list is long pasting them in one at a time is not an option.
Thanks
-Howard Webb