summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-24 15:14:08 +0000
committerJim Meyering <jim@meyering.net>2004-03-24 15:14:08 +0000
commit4f37ca2cf3800a1dc439f8d05902a5c6f0c80bb4 (patch)
tree8c2ca66e5b31abb78d8200f9879392e7ff7d86c3 /NEWS
parent85736716ad11959ec3f0ad912418a816eb1d631f (diff)
downloadcoreutils-4f37ca2cf3800a1dc439f8d05902a5c6f0c80bb4.tar.xz
Shorten the du --files0-from announcement, and say
"NUL-terminated" rather than "NUL-separated".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 2 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 058bd05e3..842f676d3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,8 @@ GNU coreutils NEWS -*- outline -*-
** New features
- du accepts a new option --files0-from=FILE, where FILE contains a list of
- NUL-separated file names. This is useful for running du --total (-c)
- 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.
+ du accepts a new option --files0-from=FILE, where FILE contains a
+ list of NUL-terminated file names.
`date -d' and `touch -d' now accept integer counts of seconds since
1970 when prefixed by `@'. For example, `@321' represents