From: Jim Meyering Date: Wed, 5 Jan 2005 07:56:45 +0000 (+0000) Subject: du --exclude=P now compares pattern P against the entire name X-Git-Tag: v5.3.0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ac091128511670d65e2a1af7b53f0009e4d353;p=thirdparty%2Fcoreutils.git du --exclude=P now compares pattern P against the entire name of each file, rather than just the final component. --- 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