rm foo asks for confirmation rm -rf foo doesn't that was behaviour in trisquel 6. 7 lets you use rm without confirm add this to the end of your .bashrc: alias='rm -i' do it now. or you might regret it later ;) (rm -rf still won't ask for confirmation, which is fine) since -f (in -rf) means "force" (no confirm)
- [Trisquel-users] trisquel 7 - make rm ask for confirmation info
