Re: [bug] coreutils 5.2.1 - incorrect behaviour for mv --reply=no

2008-02-13 Thread Jim Meyering
"Wilber" <[EMAIL PROTECTED]> wrote: > When using the option --reply=no for mv, it still overwrites the file when it > is not supposed to. > > Here is a quick demo: > [EMAIL PROTECTED] ~]# mkdir mvtest > [EMAIL PROTECTED] ~]# cd mvtest/ > [EMAIL PROTECTED] mvtest]# mkdir moveto > [EMAIL PROTECTED]

[bug] coreutils 5.2.1 - incorrect behaviour for mv --reply=no

2008-02-12 Thread Wilber
When using the option --reply=no for mv, it still overwrites the file when it is not supposed to. Here is a quick demo: [EMAIL PROTECTED] ~]# mkdir mvtest [EMAIL PROTECTED] ~]# cd mvtest/ [EMAIL PROTECTED] mvtest]# mkdir moveto [EMAIL PROTECTED] mvtest]# echo test > file.ext [EMAIL PROTECTED] mvt