2010年2月5日

Ubuntu 9.10 move file to Trash

move file to Trash
$ mv filename ~/.local/share/Trash/files/

alias trash
$ alias trash='_(){ mv $@ ~/.local/share/Trash/files/; }; _'
$ trash filename

沒有留言:

網誌存檔