option to show file sizes in "human readable" format
Status: Abandoned
Brought to you by:
gt67
It would be a nice feature to have the option of changing the display format of the size column to show e.g. "1.25MB" instead of "1248355" for example.
GNU coreutils has the code ready done for you :)
https://www.gnu.org/software/coreutils/manual/html_node/numfmt-invocation.html
(or just pass "-h" flag to the command line programs, most of them already can do this for you)