Dear folks!
Please note: I don't want to change this, but understand, why this is set up this way.
I just had the same issue like here.
I checked out and learned: when using
(Sidenote: BLOCKSIZE is overriding
However, I am curious: why is this variable set for
Thanks for sharing your knowledge!
Regards
Dominik
Please note: I don't want to change this, but understand, why this is set up this way.
I just had the same issue like here.
I checked out and learned: when using
sh or cron or at, BLOCKSIZE is set, but for e.g. bash it is not. Therefore I added export BLOCKSIZE=512 to my script to have a more predictable behavior for my sizing (du).(Sidenote: BLOCKSIZE is overriding
du -B <any number>, wherever I tested.)However, I am curious: why is this variable set for
sh? Where else is this required besides du and so crucial it is set as a default?Thanks for sharing your knowledge!
Regards
Dominik