Relevance code help1

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

This can be an expensive operation (so, you must be careful here), but how about something like:

(line 1 whose (it contains "2") of it) of files whose (name of it ends with ".txt") of folder "D:\jatin"
1 Like