How to print human readable byte counts

There is also this (used by @time etc, not exported):

julia> Base.format_bytes(13422449238)
"12.501 GiB"
11 Likes