How do I determine the size of a file to read in Julia?
1 answer
I don't believe there is a package for this, but the Python code is very short and should translate well to Julia.
EDIT: Actually I decided to make a package out of it: Humanize.jl which you can install withPkg.add("Humanize")
+5
source to share