I need to find a text sequence that is writting into a text file, into many xml files.
The variable that contains every xml to process, cames from a bash script, and its : ${filearray[$i]}
I need to print the names of this xml files that does NOT contain the text sequence.
