bug#70639: Bug or Misleading Description of realpath command

2024-04-28 Thread Collin Funk
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

bug#17553: du unit suggestion

2024-04-28 Thread Reuben Thomas via GNU coreutils Bug Reports
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