static ItIt filesContainingText(S text, Iterable l) { byte[] bytes = toUtf8(text); ret filterI(iterator(l), f -> fileContainsBytes(f, bytes)); }