On 4/28/24 4:37 PM, Hazel Cooney wrote:
> To reproduce this bug, create a directory with some files in it. Then, go
> to the directory that contains the one you just made. Type ls new_directory
> | xargs realpath.
Using 'build-aux' for my directory instead of music_copy. We have this
for build-aux
On Fri, 23 May 2014 at 15:02, Reuben Thomas wrote:
> On 23 May 2014 13:12, Pádraig Brady 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.
>
Tod