summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-05 07:56:45 +0000
committerJim Meyering <jim@meyering.net>2005-01-05 07:56:45 +0000
commit43ac091128511670d65e2a1af7b53f0009e4d353 (patch)
treeb1a6d928f719df597629a4a934d8a359e1a4b22d /NEWS
parent3b6fd6a33c7fe13516211c828fba0f6e43311b63 (diff)
downloadcoreutils-43ac091128511670d65e2a1af7b53f0009e4d353.tar.xz
du --exclude=P now compares pattern P against the entire name
of each file, rather than just the final component.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 228a0f6ae..b20f5d8d6 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,9 @@ GNU coreutils NEWS -*- outline -*-
Since the bug was in the underlying fts.c module, it also affected
chown, chmod, and chgrp.
+ du --exclude=P now compares pattern P against the entire name
+ of each file, rather than just the final component.
+
echo now conforms to POSIX better. It supports the \0ooo syntax for
octal escapes, and \c now terminates printing immediately. If
POSIXLY_CORRECT is set and the first argument is not "-n", echo now