My understanding from reading mv --help is that mv -i --reply=no should not overwrite the DEST file if it already exists. Am I misinterpreting the documentation, or is this a software bug?
[EMAIL PROTECTED]:~/tmp$ touch foo bar [EMAIL PROTECTED]:~/tmp$ mv -i --reply=no foo bar [EMAIL PROTECTED]:~/tmp$ ls bar [EMAIL PROTECTED]:~/tmp$ mv --version mv (coreutils) 5.0.91 Written by Mike Parker, David MacKenzie, and Jim Meyering. Ryan _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
