static S firstLineFromGZTextFile(File f) { ret readLineFromReaderWithClose(utf8BufferedReader(gzInputStream(f))); }