dust
dust copied to clipboard
#321: display the size of a file or directory in "kilobytes"
added -k parameter to display the size of a file or directory in "kilobytes"
hi, @bootandy, could you please help me review the code
your code looks good.
I think the code you have written is sensible. But I'm just not sure that we need to cover this usecase.
thank you~ The kilobyte formatting is very useful in scenarios where higher precision is required. This is also the requirement that my work encounters.
I would also like this, as well as bytes (aka the non human-readable version of du). I'll fork @TYzzt's branch :).
https://github.com/bootandy/dust/pull/372
Commits from this PR moved to the above PR