Originally posted by: BingBongWongFooey
You could just make a function and stick it in your shell's startup scripts:
rm () {
mv $* ~/.trash/
}
Originally posted by: BingBongWongFooey
Functions do a great job of filling the space between aliases (too simple) and scripts (too lazy to create a file and whatnot).![]()