On my Mandrake 9.2 box, every time I try to use rm on multiple files, I get asked if I really want to remove the file(s).
The default behaviour of rm is, not to ask.
Can I disable this question in any manner?
Have a look at $HOME/.bashrc. There probably is an alias in it stating alias rm='rm -i' Replace that by alias rm='rm' and you are fine.
Paul
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
