static S firstLineFromFile(File f) { temp CloseableIterableIterator it = linesFromFile(f); ret first(it); }