On 23 May 2014 13:12, Pádraig Brady <P@draigbrady.com> wrote: tl;dr You can get what you want currently by doing: du() { env du -B1 "$@" | numfmt --to=iec-i --suffix=B; }Thanks very much, that's certainly good enough for me.
tl;dr You can get what you want currently by doing: du() { env du -B1 "$@" | numfmt --to=iec-i --suffix=B; }