* NEWS: du accepts a new option --from0-file=FILE, where FILE
authorJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:46:31 +0000 (18:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:46:31 +0000 (18:46 +0000)
contains a list of NUL-separated file names.

NEWS

diff --git a/NEWS b/NEWS
index e2ec7c24fd8b1705ec9ba5d825114ebba16fb2b5..26501570fc02307d1b618c80ed02494b9530dd9c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
+  du accepts a new option --from0-file=FILE, where FILE contains a list of
+  NUL-separated file names.  This is useful for running du --summarize (-s)
+  when the list of file names is so long that it may exceed a command line
+  length limitation.  In such cases, using xargs is undesirable because
+  it splits the list into pieces and makes du give a total for each sublist
+  rather than for the entire list.
+
   `date -d' and `touch -d' now accept integer counts of seconds since
   1970 when prefixed by `@'.  For example, `@321' represents
   1970-01-01 00:05:21 UTC.