On Fri, 2005-07-22 at 10:08 +1200, John Carter wrote: > I have heard many cries about the lack of a recycle bin in Linux. Not from the KDE or GNOME users :)
> Just remember that if you want to get rid of things for ever, you use "rm".
> "rm" means I want it dead, gone, never to plague me again...
Oh! if only it was that simple :) (Lets not go there!)
> So it's easy.
> cd ~
> mkdir trash
> mv Junk trash
Attached is a small shell-script that trashes files instead of unlinking
them. Drop it into a "bin" directory and
alias rm="trash.sh"
--
Michael JasonSmith http://www.ldots.org/
trash.sh
Description: Trash files instead of unlinking them
