dysk
dysk copied to clipboard
Show the exact number of bytes
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
.
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.
Version 2.6.0 just released.