hello
I have a bunch of text files
I want to search for specific block of text (multiline text) and if found in a file to delete that file
also, if found on that file, to delete that text, or the other that that text
how can I perform these actions?
thanks!