On Thu, Mar 17, 2016 at 09:37:57PM +1000, a...@korath.teln.shikadi.net wrote: > Repeat-By: > rmdir two 2> /dev/null > mkdir one > mv one two/ > > This should (and did in earlier versions) return an error
This report needs to be sent to the GNU coreutils mailing list, rather than the bash mailing list. mv is part of coreutils, not a bash shell builtin. Be sure to include the output of "mv --version" (or at least the first line) in your report.