Juha-Pekka Järvenpää <[EMAIL PROTECTED]> wrote: > Just a feature request for du. > > I was just wondering if it would be possible for du to print out file > sizes with thousands grouped.
It's already possible: $ env LC_NUMERIC=en_US du -s --block-size="'1kB" /tmp 32,673 /tmp For more detail, see the coreutils documentation (e.g., info coreutils 'block size') and search for `thousands separator'. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
