bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mv -i --reply=no silently overwrites files


From: Ryan Yeske
Subject: mv -i --reply=no silently overwrites files
Date: 12 May 2004 10:46:34 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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?

address@hidden:~/tmp$ touch foo bar
address@hidden:~/tmp$ mv -i --reply=no foo bar
address@hidden:~/tmp$ ls
bar
address@hidden:~/tmp$ mv --version
mv (coreutils) 5.0.91
Written by Mike Parker, David MacKenzie, and Jim Meyering.

Ryan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]