On Sun, 26 Jan 2025, David Starner wrote: > Moving 10+ GB files from one hard drive to another takes time, so I run > mv with &. This doesn't work with fish; it freezes until the move is > done.
Hi David, Do you have an `mv` function defined? The output of `type mv` will tell you. If you do, you are running into https://github.com/fish-shell/fish-shell/issues/238 which is a longstanding problem with fish shell, and you may be able to work around it by using `command mv ... &`, or removing the function. Hope that helps, David Adam zanc...@ucc.gu.uwa.edu.au