Hi,
I need to search many files of folder and then search particular file whose line 1 of it contains “2”
I have 1 folder which have 5 files and need to search which file contains “2”
i have created a relevance which can search mentioning only 1 file and search “2”
q: exists file “d:/jatin/B.txt” whose (line of it contains"2")
I need to create a relevance which can search among d:/jatin/A.txt or d:/jatin/C.txt or d:/jatin/D.txt or d:/jatin/E.txt
PLS HELP