]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 5 Sep 2000 10:41:18 +0000 (10:41 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Sep 2000 10:41:18 +0000 (10:41 +0000)
old/fileutils/NEWS

index 82831300ed19ffe57a508fb6ca3d4cdcb5b5a141..cd5b7b632d631cb668eee7c7f785b0b43a59afc2 100644 (file)
@@ -2,7 +2,10 @@ Changes in release 4.01:
 [4.0z]
 * mv's --force (-f) option now controls solely whether mv prompts (per POSIX)
 * `cp -f' now first attempts to open an existing destination file, and only
-    if that fails does it resort to unlinking the file and retrying the open
+    if that fails does it resort to unlinking the file and retrying the open.
+    Before, it would unlink the file before trying to open it.
+* cp accepts a new option, --remove-destination, that provides the old behavior
+* cp's -f option no longer cancels the effect of --interactive (-i) (per POSIX)
 * when ls sorts directory entries, it now honors the current locale settings
 * dd's `skip=BLOCKS' operator once again works on systems with a buggy lseek
   function (Linux, at least on SCSI tape devices)