mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
du --exclude=P now compares pattern P against the entire name
of each file, rather than just the final component.
This commit is contained in:
parent
3b6fd6a33c
commit
43ac091128
3
NEWS
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user