On Fri, 22 May 2026 01:54:49 -0700 Samuel Sieb <[email protected]> wrote: > Shorter and nicer output to read: > du -xhd1 / | sort -h
Not for me: I dislike the -h (--human-readable) format (not only with du) because the unit potentially varies at each line/column. This is less readable (for me). -m (--block-size=1M) is fine in this contexte. -- francis -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
