Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to rm things to the trash' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to rm things to the trash
Authored by: ncianca on Feb 27, '03 12:25:17PM

I use a similar script in /usr/local/bin and I make an alias to rm in my .cshrc file:

alias rm '/usr/local/bin/rrm \!*'

You should also put the alias in the root .cshrc file so that it works in root as well.



[ Reply to This | # ]