read-all-lines
function
babashka.fs/read-all-lines
(read-all-lines [f] [f {:keys [charset], :or {charset "utf-8"}}])Read all lines from a file `f` via [Files/readAllLines](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#readAllLines(java.nio.file.Path,java.nio.charset.Charset)).
Examples
No examples yet. Be the first to add one!