为了防止手滑,rm -rf删除重要文件,所以最好将rm替换掉
easy_install trash-cli
安装trash-cli,实现命令行下的回收站。
https://github.com/andreafrancia/trash-cli
(同类软件还有
https://github.com/PhrozenByte/rmtrash
https://github.com/alanzchen/rm-protection
)
trash-put trashes files and directories. trash-empty empty the trashcan(s). trash-list list trashed file. trash-restore restore a trashed file. trash-rm remove individual files from trash can. 执行trash命令后,是将文件移动了用户的回收站,每个用户的回收站路径为$HOME/.local/share/Trash,比如用户asin的回收站位于/home/asin/.local/share/Trash,用户root的回收站位于/root/.local/share/Trash。 现在,忘掉rm命令,使用trash代替吧。