snakebite
snakebite copied to clipboard
Stop mv on error
As in #232, continuing mv after an error can have unexpected bad results. By stopping the mv, we leave it up to the user how to resolve the situation.
Using the same test script as in #232, this stops after the failure trying to move /tmp/test_trash/a and does not move /tmp/test_trash/a/b.
:+1: