From: Collin Funk Date: Sun, 30 Nov 2025 00:17:40 +0000 (-0800) Subject: doc: du: mention the behavior when both --threshold and --total are used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddb58a9782b800b55949429fe21597f0342c41f;p=thirdparty%2Fcoreutils.git doc: du: mention the behavior when both --threshold and --total are used * doc/coreutils.texi (du invocation): Mention that --threshold has no effect on the grand total calculated when --total is used. Addresses https://bugs.gnu.org/71309 --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 5836862120..71fb016497 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12921,6 +12921,9 @@ When combined with the @option{--apparent-size} option, the When combined with the @option{--inodes} option, it elides entries based on inode counts. +When combined with the @option{--total} option, the @option{--threshold} +option does not prevent entries from being added to the grand total. + Here's how you would use @option{--threshold} to find directories with a size greater than or equal to 200 megabytes: