rm-trash icon indicating copy to clipboard operation
rm-trash copied to clipboard

A "rm-trash" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval.

Results 2 rm-trash issues
Sort by recently updated
recently updated
newest added

Reading package lists... Done E: The repository 'https://ppa.launchpadcontent.net/nateshmbhat/rm-trash/ubuntu jammy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled...

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...

bug