From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4 Description of problem: touch file1 file2 mv --reply=no file1 file2 ls file1 file2 mv should not overwrite file2. It does. Version-Release number of selected component (if applicable): coreutils-5.2.1-48 How reproducible: Always Steps to Reproduce: 1. touch file1 file2 2. mv --reply=no file1 file2 3. ls file1 file2 Actual Results: /bin/ls: file1: No such file or directory file2 Expected Results: file1 file2 Additional info:
*** This bug has been marked as a duplicate of 161615 ***