Human readable sizes WIP
Created by: kc1212
Hi, I changed ls.rs
to print in human readable sizes. The to_human_readable_string
function can be reused in du.rs
, but I don't want to just copy is there. Where is a good location to put to_human_readable_string
?
fixes #76 (closed)