I avert the problem by having rm run interactively by default:
alias rm='rm -i' alias cp='cp -i' alias mv='mv -i'
I avert the problem by having rm run interactively by default:
http://aniggler.tumblr.com/post/44530262158/the-first-thing-...