Hello,
According to the manpage, if I have the "--force" flag on my "ln" command, it should remove existing destination files.
Say I execute a "ln -sf destination2 target", but there is already a symbolic link from "target" to "destination1". In that case, the expected behavior is to have the symbolic link removed, then relinked to "destination2". The real behavior is that nothing happens.

