Unlike "rm", "rm-trash" does not work with removing directories with spaces: mkdir a\ b rm-trash -r a\ b/ Gives: rm: cannot remove 'a': No such file or directory rm: cannot remove 'b/': No such file or directory
Unlike "rm", "rm-trash" does not work with removing directories with spaces:
mkdir a\ b
rm-trash -r a\ b/
Gives:
rm: cannot remove 'a': No such file or directory
rm: cannot remove 'b/': No such file or directory