From 43ac091128511670d65e2a1af7b53f0009e4d353 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Jan 2005 07:56:45 +0000 Subject: [PATCH] du --exclude=P now compares pattern P against the entire name of each file, rather than just the final component. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 228a0f6ae0..b20f5d8d6d 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 -- 2.47.3