Save your dream,Save your life!

导航

统计

公告

2011年4月9日 #

move to trash instead of rm command in ubuntu

sudo apt-get install trash-cli  

 

vim ~/.brash_aliases

enter this     alias rm='trash'  (the command trash maybe is trash-put, more detail check the trash-cli document)

then, logout again.

 

test

 

touch tt

mkdir abc

rm tt

rm -rf abc

 

now you can find the tt and abc in trash directory that path is ~/.local/share/Trash/file

posted @ 2011-04-09 12:32 coolesting 阅读(30) 评论(0) 编辑