summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-07 06:38:36 +0000
committerJim Meyering <jim@meyering.net>2006-07-07 06:38:36 +0000
commit1ac491f062c74edb0a3d4609c0ad4b87b4e25f03 (patch)
tree39a6a76a26e64a6251c018fa7c704a743179ecec /NEWS
parentb544360dab85d1a0256062d9d32c56ede4393dba (diff)
downloadcoreutils-1ac491f062c74edb0a3d4609c0ad4b87b4e25f03.tar.xz
* NEWS: Mention that mv can now remove an empty destination directory,
and give an example. Prompted by a report from Florent Bayle.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 614c69f43..bac4ecd2e 100644
--- a/NEWS
+++ b/NEWS
@@ -188,7 +188,8 @@ GNU coreutils NEWS -*- outline -*-
mv: moving a symlink into the place of an existing non-directory is
now done atomically; before, mv would first unlink the destination.
- mv -T DIR EMPTY_DIR no longer fails unconditionally
+ mv -T DIR EMPTY_DIR no longer fails unconditionally. Also, mv can
+ now remove an empty destination directory: mkdir -p a b/a; mv a b
rm (on systems with openat) can no longer exit before processing
all command-line arguments.