bug-coreutils
[Top][All Lists]
Advanced

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

mv switch order bug


From: Gary Argraves
Subject: mv switch order bug
Date: Sun, 24 Aug 2003 01:35:00 -0400

Hello,
 
 
 
   There seems to be a 'mv' bug where it prefers the -i to follow the --reply=no option switch.My system is RedHat Linux ver 9.0.
 
   e.g.,
 
   mv -vi --reply=no f1 f2      # will incorrectly write over f2
 
   however,
 
   mv -v --reply=no -i f1 f2    # will correctly NOT write over f2
 
   This does not seem to be a bug if the target is a directory name.
 
 
Thanks,
Gary

reply via email to

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