Bug#274705: mv: --reply doesn't work

2005-08-20 Thread Jim Meyering
Anthony Towns wrote: > tag 274705 + patch > thanks > > So the relevant code seems to be in src/copy.c, where it checks if > "--reply=no" was set _and_ the file isn't overwritable; or if "-i" was > set, or if no option was given and the file isn't overwritable. So > "--reply=no" has an effect when

Bug#274705: mv: --reply doesn't work

2005-08-19 Thread Anthony Towns
tag 274705 + patch thanks So the relevant code seems to be in src/copy.c, where it checks if "--reply=no" was set _and_ the file isn't overwritable; or if "-i" was set, or if no option was given and the file isn't overwritable. So "--reply=no" has an effect when you do: touch a b