为了防止手滑,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代替吧。

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐