dysk icon indicating copy to clipboard operation
dysk copied to clipboard

Show the exact number of bytes

Open stevenxxiu opened this issue 2 years ago • 1 comments

When I run lfs, I get figures such as 5.3Mi.

Can there be an option to show the exact number of bytes? This can be done in df with df --block-size=1.

stevenxxiu avatar Mar 30 '22 05:03 stevenxxiu

block-size=1 looks like a ridiculous hack: the block size is the data given by the system, not a kind of unit.

This could be done with dedicated columns. I'll probably do that. In the meantime, the JSON export can be used to get the precise data.

Be careful that "available" space isn't completely available in reality and too much precision here might make little sense.

Canop avatar Mar 30 '22 05:03 Canop

Version 2.6.0 just released.

Canop avatar Oct 19 '22 17:10 Canop