The blog post is inaccurate about the actual behavior of the move command. When trying to move multiple files and the destination does not exist, move aborts with "Cannot move multiple files to a single file."
By default, move also prompts before overwriting files. However, it doesn’t do so when invoked from a batch file, which maybe the AI agent was using.
By default, move also prompts before overwriting files. However, it doesn’t do so when invoked from a batch file, which maybe the AI agent was using.