Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: v3.1.4 Files/mv bug



Phil Pennock wrote:
>Another issue for you.  In zsh v.3.1.4, the 'files' module, (built for
>Linux/x86, but not really relevant), the 'mv' command doesn't handle
>moving across devices.

This is a deliberate feature.  The logic is that you can't actually move
files across devices, and the purpose of mv is to move files, so mv can't
move files across devices.  The historical versions that do a copy and
remove are actually providing behaviour radically different from what
mv is intended for.  If you want a copy and remove, rather than a move,
you can use cp and rm yourself.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author