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