]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 16 Sep 2001 19:49:47 +0000 (19:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Sep 2001 19:49:47 +0000 (19:49 +0000)
old/fileutils/NEWS

index 4386f0902db942743f6988a47eade52e35d74968..f8af31348f1c7b50e5a958febd0f9dabceefb719 100644 (file)
@@ -1,4 +1,8 @@
 [4.1.1]
+* mv and cp accept a new option: --reply={yes,no,query};  provides a consistent
+    mechanism to control whether one is prompted about certain existing
+    destination files.  Note that cp's and mv's -f options don't have the
+    same meaning: cp's -f option no longer merely turns off `-i'.
 * remove portability limitations (e.g., PATH_MAX on the Hurd, fixes for
     64-bit systems)
 * mv now prompts before overwriting an existing, unwritable destination file