diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2010-07-25 10:53:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2010-07-25 10:53:42 -0700 |
commit | 01ca128807be89f7a2709e7a12e2cd1498f3d96b (patch) | |
tree | 336279cc049a660504f8240b0dc9fd4b78092e77 | |
parent | 77428214f13e1d7b81348fd301a388cb4ce8a2a0 (diff) | |
download | coreutils-01ca128807be89f7a2709e7a12e2cd1498f3d96b.tar.xz |
du: add NEWS entry for recent du -L fixes
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ GNU coreutils NEWS -*- outline -*- link count is 1, even if the file is reached multiple times by following symlinks or via multiple arguments. + du -H and -L now consistently count pointed-to files instead of + symbolic links, and correctly diagnose dangling symlinks. + ** New features cp now accepts the --attributes-only option to not copy file data, |