By default, the command "rm" does not prompt any confirmation before definitely erasing a file. This can be a problem, because:
* Windows users are used to the "Trashbin" thing, and may not really understand that removing a file actually deletes in definitely (different behavior when removing a file with the mouse and with a command line)
* On some other Linux distributions I know, this behavior is activated by default, such as one might expect this as the default setting, and might rely on it (I know, it's a bit stupid, but I've already done that)
* Even if advanced users can claim that they don't need the -i, actually, they do. Everyone does. In any case, it's possible to use " rm -f " in the cases where -i is really boring.
Tags:
(none)